Public Member Functions | |
def | __del__ (self) |
def | __init__ (self, name, registry) |
Public Attributes | |
name | |
registry | |
A utility class to handle to a registered funciton or variable, when out of scope unregisters the variable.
Definition at line 30 of file statistics_registry.py.
def pal_statistics.statistics_registry.Registration.__init__ | ( | self, | |
name, | |||
registry | |||
) |
Definition at line 35 of file statistics_registry.py.
def pal_statistics.statistics_registry.Registration.__del__ | ( | self | ) |
Definition at line 39 of file statistics_registry.py.
pal_statistics.statistics_registry.Registration.name |
Definition at line 36 of file statistics_registry.py.
pal_statistics.statistics_registry.Registration.registry |
Definition at line 37 of file statistics_registry.py.