Module registry :: Class Co2Method
[show private | hide private]
[frames | no frames]

Class Co2Method


registry-internal representation of a registered (i.e. callable) xmlrpc method.
Method Summary
  __init__(self, method)
  __call__(self, param_dict)
call self.method.
  __str__(self)

Method Details

__init__(self, method)
(Constructor)

Parameters:
method - the method as registered by the registry
           (type=method object)

__call__(self, param_dict)
(Call operator)

call self.method.
Parameters:
param_dict - argument to the method, passed through
           (type=dictionary)
Returns:
whatever the called method returns

Generated by Epydoc 1.1 on Thu Oct 16 16:37:23 2003 http://epydoc.sf.net