Module spiroclient :: Class SpiroClient
[show private | hide private]
[frames | no frames]

Class SpiroClient


Abstracts a connection to a spiro server
Method Summary
  __init__(self, sessName, **kw)
Creates the spiro client
  __getattr__(self, attr)
performs a getattr on some remote thing
  __repr__(self)
  __setattr__(self, attr, val)
  __str__(self)
  callback(self, func)
Registers a callable as a Spiro callback and wraps it in a callback wrapper

Method Details

__init__(self, sessName, **kw)
(Constructor)

Creates the spiro client

Arguments:
  • sessName - name of session - allows multiple clients to share a common namespace on server.
Keywords:
  • host - hostname of spiro server
  • port - port of spiro server

__getattr__(self, attr)
(Qualification operator)

performs a getattr on some remote thing

callback(self, func)

Registers a callable as a Spiro callback and wraps it in a callback wrapper

Generated by Epydoc 2.0 on Sun Apr 11 13:37:10 2004 http://epydoc.sf.net