Why is there no instancemethod builtin?
John Machin
sjmachin at lexicon.net
Fri Jun 17 18:01:37 EDT 2005
More information about the Python-list mailing list
Fri Jun 17 18:01:37 EDT 2005
- Previous message (by thread): Why is there no instancemethod builtin?
- Next message (by thread): Why is there no instancemethod builtin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
John Reese wrote: > Why hello there ha ha. [snip] Just looking through the types declared in types, the > following are builtins: > [snip] > ... NoneType, > NotImplementedType > > And the following are not: > [snip] > ... NoneType, NotImplementedType > > So for any in the latter batch, I have to import types after all. Plonk.
- Previous message (by thread): Why is there no instancemethod builtin?
- Next message (by thread): Why is there no instancemethod builtin?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list