Structure for storing individual point labels and information
dictionaries within a Pointset object.
This class will not know the size of the Pointset it is associated
with, so index upper limits will not be checked in advance.
Do not use a PointInfo object as an iterator, as it is 'infinite' in
size! (It uses DefaultDicts as its internal storage, which return {} for
undefined labels.)
|
__init__(self,
ptlabels=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
mapNames(self,
themap)
Map labels, using a symbol map of class symbolMapClass. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove(self,
key1,
*key2)
remove one or more items, keyed either by index or label. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__setattr__
|