Class alias. Provides class/instance meta data to the En/Decoder to
allow fine grain control and some performance increases.
|
|
|
|
|
|
|
|
__init__(self,
klass,
alias=None,
**kwargs)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
checkClass(self,
klass)
This function is used to check if the class being aliased fits
certain criteria. |
source code
|
|
|
|
compile(self)
This compiles the alias into a form that can be of most benefit to
the en/decoder. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|