/[gnue]/gnue-common/src/schema/scripter/processors/base.py
ViewVC logotype

Diff of /gnue-common/src/schema/scripter/processors/base.py

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

revision 1.3 by jcater, Thu Jan 2 00:45:45 2003 UTC revision 1.4 by jcater, Wed Jun 25 23:09:50 2003 UTC
# Line 48  class BaseProcessor: Line 48  class BaseProcessor:
48      raise "Unsupported datatype: number"      raise "Unsupported datatype: number"
49    
50    def string(self, attributes={}):    def string(self, attributes={}):
51      raise "Unsupported datatype: number"      raise "Unsupported datatype: string"
52    
53    def date(self, attributes={}):    def date(self, attributes={}):
54      raise "Unsupported datatype: number"      raise "Unsupported datatype: date"
55    
56    def time(self, attributes={}):    def time(self, attributes={}):
57      raise "Unsupported datatype: number"      raise "Unsupported datatype: time"
58    
59    def timestamp(self, attributes={}):    def timestamp(self, attributes={}):
60      raise "Unsupported datatype: number"      raise "Unsupported datatype: timestamp"
61    
62    def text(self, attributes={}):    def text(self, attributes={}):
63      raise "Unsupported datatype: number"      raise "Unsupported datatype: text"
64    
65    def key(self, attributes={}):    def key(self, attributes={}):
66      raise "Unsupported datatype: number"      raise "Unsupported datatype: key"
67    
68    def comment(self, destination, comment):    def comment(self, destination, comment):
69    

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26