|
|
__init__(self,
**kwds)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
args(self)
Return all attributes as arguments tuple. |
source code
|
|
|
|
dup(self,
other=None,
**kwds)
Duplicate attributes of dict or other typedef. |
source code
|
|
|
|
flat(self,
obj,
mask=0)
Return the aligned flat size. |
source code
|
|
|
|
|
|
|
kwds(self)
Return all attributes as keywords dict. |
source code
|
|
|
|
save(self,
t,
base=0,
heap=False)
Save this typedef plus its class typedef. |
source code
|
|
|
|
set(self,
safe_len=False,
**kwds)
Set one or more attributes. |
source code
|
|
|
|
reset(self,
base=0,
item=0,
leng=None,
refs=None,
both=True,
kind=None,
type=None)
Reset all specified attributes. |
source code
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__subclasshook__
|