Public Member Functions | Static Public Attributes

NamedParamBinding Class Reference

Inheritance diagram for NamedParamBinding:
Inheritance graph
[legend]
Collaboration diagram for NamedParamBinding:
Collaboration graph
[legend]

Public Member Functions

def __getattr__
def __getattr__

Static Public Attributes

tuple logger = _GetLogger('ZSI.client.Binding')

Detailed Description

Like Binding, except the argument list for invocation is
named parameters.

Definition at line 558 of file client.py.


Member Function Documentation

def __getattr__ (   self,
  name 
)
Return a callable object that will invoke the RPC method
named by the attribute.

Reimplemented from Binding.

Definition at line 564 of file client.py.

def __getattr__ (   self,
  name 
)
Return a callable object that will invoke the RPC method
named by the attribute.

Reimplemented from Binding.

Definition at line 564 of file client.py.


The documentation for this class was generated from the following files: