Cope 2.5.0
My personal "standard library" of all the generally useful code I've written for various projects over the years
|
Classes | |
class | Cope.experimental.logging.LogLevel |
Namespaces | |
namespace | Cope |
namespace | Cope.experimental |
namespace | Cope.experimental.logging |
Functions | |
def | Cope.experimental.logging.log (message, levelReq=LogLevel.LOGGING) |
def | Cope.experimental.logging.warn (message) |
def | Cope.experimental.logging.unreachableState (message='') |
Variables | |
def | Cope.experimental.logging.warning = warn |
def | Cope.experimental.logging.unreachable = unreachableState |