Methods
|
|
__call__
__init__
_mp_call
handleError
|
|
__call__
|
__call__ (
self,
*args,
*kw,
)
|
|
__init__
|
__init__ (
self,
url,
arguments=(),
method=None,
username=None,
password=None,
timeout=None,
**headers,
)
|
|
_mp_call
|
_mp_call (
self,
kw,
type2suffix={ type( 1.0 ) : ':float', type( 1 ) : ':int', type( 1L ) : ':long', type([] ) : ':list', type(() ) : ':tuple', },
)
|
|
handleError
|
handleError (
self,
query,
ec,
em,
headers,
response,
)
|
|