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

Class Method

source code

Plugin method.

Instance Methods [hide private]
 
__init__(self, name, domain) source code
 
__call__(self, **kwargs) source code
Instance Variables [hide private]
PluginDomain domain
The plugin domain.
str name
The method name.
Method Details [hide private]

__init__(self, name, domain)
(Constructor)

source code 
Parameters:
  • name (str) - The method name.
  • domain (PluginDomain) - A plugin domain.