Package moul :: Package server :: Module ping :: Class Server
[hide private]
[frames] | no frames]

Class Server



object --+
         |
        Server

A server object

Instance Methods [hide private]
  __init__(self, name, port, timeout=3.0)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  dns(self)
Resolve IP address
  portping(self)
Connects to the game server port and terminates immediatly
  __str__(self)
str(x)

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__


Properties [hide private]
  name

Inherited from object: __class__


Method Details [hide private]

__init__(self, name, port, timeout=3.0)
(Constructor)

 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)

dns(self)

 
Resolve IP address

portping(self)

 
Connects to the game server port and terminates immediatly

__str__(self)
(Informal representation operator)

 
str(x)
Overrides: object.__str__
(inherited documentation)

Property Details [hide private]

name

None
Get Method:
unreachable.name(self)
Set Method:
None                                                                  
- helper for pickle
Delete Method:
None                                                                  
- helper for pickle