name
abbrev (optional)
source Source object
failure (optional)
params (optional)
key (optional)
Methods
|
|
__call__
__getitem__
__init__
_normalize_params
cache
|
|
__call__
|
__call__ (
self,
*args,
*keywds,
)
|
|
__getitem__
|
__getitem__ ( self, key )
|
|
__init__
|
__init__ ( self, **keywds )
|
|
_normalize_params
|
_normalize_params (
self,
args,
keywds,
)
Exceptions
|
|
ValueError, "I can't handle multiple arguments"
ValueError, "I got an arg but no key"
|
|
|
cache
|
cache (
self,
handle,
*args,
*keywds,
)
|
|