[Python-Dev] PEP 318 - posting draft (original) (raw)
Skip Montanaro skip at pobox.com
Wed Mar 24 15:01:59 EST 2004
- Previous message: [Python-Dev] PEP 318 - posting draft
- Next message: [Python-Dev] PEP 318 - posting draft
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
>> class Foo(singleton):
>> ...
>> Foo = Foo()
Guido> Ok, so the metaclass would have to be a little different, but
Guido> this can be done with metaclasses.
I'll take your word for it, but I wouldn't have the faintest idea how to do that.
Skip
- Previous message: [Python-Dev] PEP 318 - posting draft
- Next message: [Python-Dev] PEP 318 - posting draft
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]