Opened 17 years ago
Last modified 17 years ago
#4871 closed
def __str__(self): — at Initial Version
Reported by: | Rob B | Owned by: | Jacob |
---|---|---|---|
Component: | Documentation | Version: | dev |
Severity: | Keywords: | unicode | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
def unicode(self):
return self.x
I think this needs to be updated to
def str(self):
return self.x
Note:
See TracTickets
for help on using tickets.