Package omeroweb :: Module connector :: Class ServerBase
[hide private]
[frames] | no frames]

Class ServerBase

source code


Nested Classes [hide private]
  __metaclass__
Instance Methods [hide private]
 
__init__(self, host, port, server=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
a new object with type S, a subtype of T
__new__(cls, host, port, server=None) source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]
 
instance(cls, pk) source code
 
freeze(cls) source code
 
reset(cls) source code
Class Variables [hide private]
  _next_id = 1
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, host, port, server=None)
(Constructor)

source code 

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

Overrides: object.__init__
(inherited documentation)

__new__(cls, host, port, server=None)

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)