| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
debug.debugmixin --+
|
Field --+
|
Record
baseclass for binary records
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from |
|||
| Class Methods | |
|
Inherited from |
| Class Variables | |
debuglevel = 0
|
|
typedef =
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
|
|
|
|
Get a list of nodes for use in a tree display. The returned list of nodes is a list of tuples for each field in the Record. Each entry in the tuple will have either two or three entries. If the field is a list, the tuple with have two entries: the name and the list of records contained within the field. If the field represents another Record, the tuple will contain the name and the Record. Otherwise, the tuple contains the name, the python value, and the packed value. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Feb 21 14:51:19 2008 | http://epydoc.sourceforge.net |