Package numarray :: Module records :: Class Record
[show private | hide private]
[frames | no frames]

Class Record

Known Subclasses:
NestedRecord

Class for one single row.
Method Summary
  __init__(self, input, row)
  __str__(self)
Print one row.
  field(self, fieldName)
Get the field data of the record.
  setfield(self, fieldName, value)
Set the field data of the record.

Method Details

__str__(self)
(Informal representation operator)

Print one row.

field(self, fieldName)

Get the field data of the record.

setfield(self, fieldName, value)

Set the field data of the record.

Generated by Epydoc 2.1 on Thu Apr 21 13:11:50 2005 http://epydoc.sf.net