I contain meta relating to the class definition.
|
|
__init__(self,
alias,
encoding=2)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
ClassAlias
|
|
|
|
getClass(self)
Gets the referenced class that is held by this definition. |
source code
|
|
|
|
|
|
|
getAttrs(self,
obj,
codec=None)
Returns a tuple containing a dict of static and dynamic
attributes for obj. |
source code
|
|
|
|
createInstance(self,
codec=None)
Creates a new instance. |
source code
|
|
|
|
applyAttributes(self,
obj,
attrs,
codec=None)
Applies a collection of attributes attrs to object
obj |
source code
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|