pyaccuwage/pyaccuwage
Binh Nguyen 7772ec679f Renamed "verify" functions to "validate".
Another idea for defining the fields in records
would be to create a class method that would instantiate
the individual fields at instance creation rather than
during class definition. This would use less memory when
there are no Record objects being used.

Storing each Field after it's instantiated into a List, as
well as a Dict would remove the necessity for counting the
Field instantiation order, since the List would hold them in
their proper order.
2011-11-12 13:50:14 -06:00
..
__init__.py Renamed "verify" functions to "validate". 2011-11-12 13:50:14 -06:00
enums.py moved everything into pyaccuwage subdir 2011-06-25 15:08:38 -05:00
fields.py renamed NumericField to IntegerField 2011-11-05 14:12:47 -05:00
model.py Renamed "verify" functions to "validate". 2011-11-12 13:50:14 -06:00
record.py renamed NumericField to IntegerField 2011-11-05 14:12:47 -05:00