DBF records API

Tim Chase python.list at tim.thechases.com
Fri Jun 1 20:44:28 EDT 2012


On 06/01/12 19:05, Jon Clements wrote:
> On 01/06/12 23:13, Tim Chase wrote:
>>    dbf.scatter_fields
>>
>> *always* trump and refer to the method.
> 
> I did think about *trumping* one way or the other, but both *ugh*.

For the record, it sounded like the OP wanted to be able to use the
dot-notation for accessing fields by name, and I think it's a pretty
non-pythonic way to do it.  I'd much rather just stick to purely
using __getitem__ for the fields and attributes/methods for non-fields.

-tkc





More information about the Python-list mailing list