how to dynamically instantiate an object inheriting from several classes?

Steve Holden steve at holdenweb.com
Fri Nov 21 20:41:00 EST 2008


Joe Strout wrote:
> On Nov 21, 2008, at 6:06 PM, Ned Deily wrote:
> 
>>> Where would I find documentation on this nifty function?
>>
>> Where built-in functions are documented, the Python Library Reference:
>>
>> <http://www.python.org/doc/2.5.2/lib/built-in-funcs.html>
> 
> Perfect, thank you.  (Odd that the index entry for type() doesn't link
> to this page.)

Yeah, the indexing isn't perfect. Not sure what to do about that without
filing bugs for each case (which I am as guilty of not doing as anyone
else).

regards
 Steve
-- 
Steve Holden        +1 571 484 6266   +1 800 494 3119
Holden Web LLC              http://www.holdenweb.com/




More information about the Python-list mailing list