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

Class Server

source code


Nested Classes [hide private]

Inherited from ServerBase: __metaclass__

Instance Methods [hide private]
 
__repr__(self)
Json for printin settings.py: [["localhost", 4064, "omero"]]'
source code
 
__str__(self)
str(x)
source code
 
__unicode__(self) source code

Inherited from ServerBase: __init__, __new__

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

Class Methods [hide private]
 
get(cls, pk) source code
 
find(cls, host=None, port=None, server=None) source code

Inherited from ServerBase: freeze, instance, reset

Class Variables [hide private]

Inherited from ServerBase (private): _next_id

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__repr__(self)
(Representation operator)

source code 

Json for printin settings.py: [["localhost", 4064, "omero"]]'

Overrides: object.__repr__

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)