Package suds :: Module client :: Class Method
[hide private]
[frames] | no frames]

Class Method

source code

The method (namespace) object.

Instance Methods [hide private]
 
__init__(self, client, method) source code
 
__call__(self, *args, **kwargs)
Invoke the method.
source code
 
faults(self)
get faults option
source code
 
clientclass(self, kwargs)
get soap client class
source code
Instance Variables [hide private]
Client client
A client object.
  method
A wsdl method.
Method Details [hide private]

__init__(self, client, method)
(Constructor)

source code 
Parameters:
  • client (Client) - A client object.
  • method - A raw method. @type raw Method.

Instance Variable Details [hide private]

method

A wsdl method. @type wsdl Method.