class documentation

class Printer:

Constructor: Printer()

View In Hierarchy

Undocumented

Method __enter__ Pass through for the __enter__ function for the __instance
Method __exit__ Pass through for the __exit__ function for the __instance
Method __getattr__ Delegate access to implementation.
Method __init__ Create singleton instance.
Method __setattr__ Delegate access to implementation.
Class __impl No class docstring; 0/12 instance variable, 0/14 method, 2/2 static methods documented
Class Variable __instance Undocumented
def __enter__(self):

Pass through for the __enter__ function for the __instance

def __exit__(self, mtype, value, tb):

Pass through for the __exit__ function for the __instance

def __getattr__(self, attr):

Delegate access to implementation.

def __init__(self):

Create singleton instance.

def __setattr__(self, attr, value):

Delegate access to implementation.

__instance =

Undocumented