| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
IndexedMember
Indexed member class. This is a special type of object which has mutable properties but a special immutable property (called the index) which is used for hashing and equality, allowing it to be stored in a set or to be used as a dict key.
|
|||
|
|||
str
|
|
||
str
|
|
||
int
|
|
||
bool
|
|
||
bool
|
|
||
|
Inherited from |
|||
|
|||
object
|
index Return the index object. |
||
|
Inherited from |
|||
|
|||
Constructor.
|
Return the canonical string representation of the index.
|
Return the string representation of the index.
|
Return a hash of the index object.
|
Return whether the index objects match.
|
Return whether the index objects do not match.
|
|
|||
indexReturn the index object.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Jan 21 14:08:04 2011 | http://epydoc.sourceforge.net |