/[thuban]/branches/WIP-pyshapelib-bramz/Thuban/Model/transientdb.py
ViewVC logotype

Diff of /branches/WIP-pyshapelib-bramz/Thuban/Model/transientdb.py

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1967 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)

Legend:
Removed from v.1967  
changed lines
  Added in v.1968

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26