Searched refs:Schemata (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/lib/util/
H A DBackendSchema.py172 class Schemata: class in inherits:
181 """Initialize Schemata and add optional fields"""
196 """Returns the Schemata's name"""
202 Returns a new Schemata object that contains all fields and layers
206 print "in Schemata.__add__"
208 c = Schemata()
218 """Returns a deep copy of this Schemata.
220 c = Schemata()
315 raise KeyError("Schemata has no field '%s'" % name)
357 class BasicSchema(Schemata)
[all...]

Completed in 243 milliseconds