pydfnWorks
python wrapper for dfnWorks
|
Public Member Functions | |
def | __setattr__ (self, key, value) |
Data Fields | |
frozen | |
Static Public Attributes | |
bool | frozen = False |
Prevents adding new attributes to classes once _freeze() is called on the class. Parameters ---------- None Returns ------- None Notes ----- None
Definition at line 4 of file dfntools.py.
def pydfnworks.general.dfntools.Frozen.__setattr__ | ( | self, | |
key, | |||
value | |||
) |
Set attribute to a value. Args: key (string): the key of the attribute being set. value : the value of the attribute being set.
Definition at line 23 of file dfntools.py.
References pydfnworks.general.dfntools.Frozen.frozen.
|
static |
Definition at line 21 of file dfntools.py.
Referenced by pydfnworks.general.dfntools.Frozen.__setattr__().
pydfnworks.general.dfntools.Frozen.frozen |
Definition at line 41 of file dfntools.py.
Referenced by pydfnworks.general.dfntools.Frozen.__setattr__().