SyntaxFix
Write A Post
Hire A Developer
Questions
class foo(object): def __str__(self): return "representation" def __unicode__(self): return u"representation"