string
|
|
bool
|
|
|
|
|
die(m,
s='
' )
Emit an error message m (and optionally s) and exit with a return
value 1 |
source code
|
|
|
error_msg(s,
t)
Emit '[s] t' to stderr with a newline |
source code
|
|
int
|
|
tuple
|
|
|
|
|
msg(s,
pad='
' )
Emit s to stdout with a newline |
source code
|
|
|
msgb(s,
t='
' ,
pad='
' )
a bracketed string s sent to stdout, followed by a string t |
source code
|
|
|
msgn(s,
pad='
' )
Emit s to stdout without a newline |
source code
|
|
bool
|
|
bool
|
|
|
|
bool
|
verbose(level=0)
Return True if the configured message level supplied is >= the
level arguement |
source code
|
|
|
vmsgb(v,
s,
t='
' ,
pad='
' )
If verbosity v is sufficient, emit a bracketed string s sent to
stdout, followed by a string t |
source code
|
|
|
|