Class alias.
All classes are initially set to a dynamic state.
|
__init__(self,
klass,
alias,
attrs=None,
attr_func=None,
metadata=[ ] )
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
_getAttrs(self,
obj,
static_attrs=None,
dynamic_attrs=None,
traverse=True) |
source code
|
|
|
getAttrs(self,
obj)
Returns a tuple of lists, static and dynamic attrs to encode. |
source code
|
|
|
getAttributes(self,
obj)
Returns a collection of attributes for an object Returns a
tuple containing a dict of static and dynamic attributes
for obj |
source code
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|