kaitiaki
Submodules
Attributes
Functions
|
|
|
General purpose debug message handler |
|
|
|
Package Contents
- kaitiaki.__version__ = '1.0.0a'
- kaitiaki.stars
- kaitiaki.load_file(filename)
- kaitiaki.format_metallicity(Z)
- kaitiaki.log
- kaitiaki.debug(msgtype, message, fatal=False)
General purpose debug message handler
Allows us to print to stdout when debugging (developing) and fail on production.
- Parameters:
'info' (msgtype {string} -- The message type to throw. Must be)
'warning'
'error'. (or)
throw. (message {string} -- The message to)
- kaitiaki.deprecate(func)
- kaitiaki.run(lexer)