What is object()

Aahz aahz at pythoncraft.com
Thu Jan 22 12:08:06 EST 2004


In article <mailman.655.1074790103.12720.python-list at python.org>,
Hameed Khan  <hameedkhaan at yahoo.com> wrote:
>
>  i was reading library refrence manual. there i found
>object() function. they says in library refrence that 
>        "Return a new featureless object. object() is
>a base for all new style classes. It has the methods
>that are common to all instances of new style
>classes." 

There's not much use for an instance of object.  Don't worry about it.

>My questions are whats the use of this function and
>the object returned by it? and what are new style
>classes?.

http://www.python.org/2.2.3/descrintro.html
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

A: No.
Q: Is top-posting okay?



More information about the Python-list mailing list