class documentation

class TimeAndPrintContext(PrintContext): (source)

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Instance Variable time_of_enter Undocumented

Inherited from PrintContext:

Instance Variable message Undocumented
def __enter__(self): (source)
def __exit__(self, exc_type, exc_value, tb): (source)
def __init__(self, message): (source)
time_of_enter = (source)

Undocumented