interactive help on the base object

Denis McMahon denismfmcmahon at gmail.com
Sun Dec 8 19:45:48 EST 2013


On Sun, 08 Dec 2013 23:48:57 +0000, Mark Lawrence wrote:

>>>  >>> help(object)
>>> Help on class object in module builtins:
>>>
>>> class object
>>>   |  The most base type

 
>> '''The default top superclass for all Python classes.
>> Its methods are inherited by all classes unless overriden.
>> '''

> Terry's suggestion above remains odds on favourite on the grounds that
> there have been no other suggestions.  I'll give it another day, then
> raise a tracker issue, unless the overwhelming smell of pot that has
> been drifting around this thread knocks me unconscious.

""" The root class for all Python classes. Its methods are inherited by 
all classes unless overriden. """

-- 
Denis McMahon, denismfmcmahon at gmail.com



More information about the Python-list mailing list