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

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

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

revision 839 by bh, Tue May 6 15:54:18 2003 UTC revision 984 by bh, Thu May 22 16:37:48 2003 UTC
# Line 218  class DBFTable(OldTableInterfaceMixin): Line 218  class DBFTable(OldTableInterfaceMixin):
218          values.sort()          values.sort()
219          return values          return values
220    
221        def Dependencies(self):
222            """Return an empty sequence. The DBFTable doesn't depend on anything"""
223            return ()
224    
225      # DBF specific interface parts.      # DBF specific interface parts.
226    
# Line 248  class DBFTable(OldTableInterfaceMixin): Line 251  class DBFTable(OldTableInterfaceMixin):
251    
252    
253    
 # Temporary backwards compatibility  
 Table = DBFTable  
   
   
   
254  class MemoryColumn:  class MemoryColumn:
255    
256      def __init__(self, name, type, index):      def __init__(self, name, type, index):
# Line 349  class MemoryTable(OldTableInterfaceMixin Line 347  class MemoryTable(OldTableInterfaceMixin
347          values.sort()          values.sort()
348          return values          return values
349    
350        def Dependencies(self):
351            """Return an empty sequence. The MemoryTable doesn't depend on anything
352            """
353            return ()
354    
355      def write_record(self, record, values):      def write_record(self, record, values):
356          # TODO: Check for correct lenght and perhaps also          # TODO: Check for correct lenght and perhaps also

Legend:
Removed from v.839  
changed lines
  Added in v.984

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26