Trees
Indices
Help
Module heapItem
:: Class HeapItem
[
hide private
]
[
frames
] |
no frames
]
Class HeapItem
source code
Instance Methods
[
hide private
]
__init__
(
self
,
vertex
,
depth
,
parent
=
None
)
source code
getDepth
(
self
)
source code
getParent
(
self
)
source code
setParent
(
self
,
parent
)
source code
__cmp__
(
self
,
other
)
__cmp__ is supposed to return a negative number if self is "smaller" than other, 0 if equal, and a positive number if "greater."
source code
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Tue Mar 12 13:57:06 2013
http://epydoc.sourceforge.net