Class and Instance ObjectsΒΆ
Note that the class objects described here represent old-style classes, which will go away in Python 3. When creating new types for extension modules, you will want to work with type objects (section Type Objects).
There are very few functions specific to instance objects.