Eidolon
|
Inherits object.
Public Member Functions | |
def | __init__ (self) |
def | shareObject (self, index, name, obj) |
def | getObjects (self, name, excludeIndex=-1) |
def | clear (self) |
Public Attributes | |
objmap | |
This type wraps a map of (index,name) pairs to objects, where index can be used to be a process index number. When this object is shared to multiple processes using ObjectServer, it can be used to share picklable objects amongst the processes. A process stored an object giving its index and the object name for the (index,name) pair and can then ask for all the object of a given name from the other processes using 'getObjects()'.
def __init__ | ( | self | ) |
def clear | ( | self | ) |
def getObjects | ( | self, | |
name, | |||
excludeIndex = -1 |
|||
) |
def shareObject | ( | self, | |
index, | |||
name, | |||
obj | |||
) |
objmap |