why is this failing?
Skip Montanaro
skip at pobox.com
Thu Sep 11 17:21:46 EDT 2003
More information about the Python-list mailing list
Thu Sep 11 17:21:46 EDT 2003
- Previous message (by thread): why is this failing?
- Next message (by thread): why is this failing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Chris> def write(self, value, row=None, col=None, len=None): You overrode the len() builtin in your function signature ^^^. Skip
- Previous message (by thread): why is this failing?
- Next message (by thread): why is this failing?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list