"Fossies" - the Fresh Open Source Software Archive 
Member "getmail-5.16/getmailcore/constants.py" (31 Oct 2021, 220 Bytes) of package /linux/misc/getmail-5.16.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) Python source code syntax highlighting (style:
standard) with prefixed line numbers.
Alternatively you can here
view or
download the uninterpreted source code file.
For more information about "constants.py" see the
Fossies "Dox" file reference documentation and the latest
Fossies "Diffs" side-by-side code changes report:
5.15_vs_5.16.
1 #!/usr/bin/env python2
2
3 # Log levels
4 (TRACE, DEBUG, MOREINFO, INFO, WARNING, ERROR, CRITICAL) = range(1, 8)
5
6 # Components of stack trace (indices to tuple)
7 FILENAME = 0
8 LINENO = 1
9 FUNCNAME = 2
10 #SOURCELINE = 3 ; not used