| Home | Trees | Index | Help |
|
|---|
| Package Modeling :: Module GlobalID :: Class TemporaryGlobalID |
|
TemporaryGlobalID
| Method Summary | |
|---|---|
Initializes a new TemporaryGlobalID. | |
Compares self with 'aGlobalID' | |
__hash__(self)
| |
Raises TypeError since this is an immutable object | |
Returns a string representation of the GlobalID. | |
Returns true | |
nonLocalIPIfAvailable(self,
ipaddrList)
| |
| Class Variable Summary | |
|---|---|
tuple |
__implements__ = (<class Modeling.interfaces.GlobalID.IT...
|
int |
__is_temporary__ = 1 |
str |
_host = 'localhost'
|
list |
_ipaddrlist = ['127.0.0.1']
|
| Method Details |
|---|
__init__(self,
*args,
**kw)
Initializes a new TemporaryGlobalID. Arguments are currently ignored. |
__eq__(self,
aGlobalID)
|
__setattr__(self, name, value)Raises TypeError since this is an immutable object |
__str__(self)
Returns a string representation of the GlobalID. This string representation
is unique among GlobalIDs. |
isTemporary(self)Returns true |
| Class Variable Details |
|---|
__implements__
|
__is_temporary__
|
_host
|
_ipaddrlist
|
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Sat Mar 4 13:36:25 2006 | http://epydoc.sf.net |