Parent Directory
|
Revision Log
|
Patch
revision 1961 by bh, Wed Nov 19 15:46:03 2003 UTC | revision 1968 by bh, Fri Nov 21 14:33:27 2003 UTC | |
---|---|---|
# | Line 659 class AutoTransientTable(TitledObject): | Line 659 class AutoTransientTable(TitledObject): |
659 | ||
660 | def Width(self, col): | def Width(self, col): |
661 | return self.table.Width(col) | return self.table.Width(col) |
662 | ||
663 | def write_record(self, row, values): | |
664 | """Write the values to the given row. | |
665 | ||
666 | This is a very experimental feature which doesn't work in all | |
667 | cases, so you better know what you're doing when calling this | |
668 | method. | |
669 | """ | |
670 | self.table.write_record(row, values) |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |