Christoph

Show:

What's happening?

  • metaclasses and __unicode__

    class Metaklasse (type) : def __str__ (cls) : return 'string' def __unicode__ (cls) : return u'unicode' def __int__ (cls) : return 7 class Klasse : __metaclass__ = Metaklasse def __str__ (cls) : return 'text' def __unicode__ (cls) : return u'unicodetext' def __int__ (cls) : return 9 print str(Klasse...

    2004-01-25 10:24:41 UTC in Python

  • Good idea

    I met a nearly identical problem developing my project. Do not stop please. Go on please.

    2003-02-13 17:54:13 UTC in OOpyRep

About Me

  • 2003-02-13 (7 years ago)
  • 711651
  • arundo (My Site)
  • Christoph

Send me a message