File: constants.py

package info (click to toggle)
getmail 5.13-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,012 kB
  • sloc: python: 6,044; sh: 58; makefile: 18
file content (10 lines) | stat: -rwxr-xr-x 222 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/env python2.3

# Log levels
(TRACE, DEBUG, MOREINFO, INFO, WARNING, ERROR, CRITICAL) = range(1, 8)

# Components of stack trace (indices to tuple)
FILENAME = 0
LINENO = 1
FUNCNAME = 2
#SOURCELINE = 3 ; not used