Methods
|
|
__call__
__getitem__
__init__
_pop
_push
has_key
|
|
__call__
|
__call__ (
self,
*args,
*kw,
)
|
|
__getitem__
|
__getitem__ (
self,
key,
call=1,
simple=isSimpleType,
isFunctionType=isFunctionType,
)
|
|
__init__
|
__init__ ( self )
|
|
_pop
|
_pop ( self, n=1 )
|
|
_push
|
_push ( self, d )
|
|
has_key
|
has_key ( self, key )
|
|