Next:
Class definition syntax
Up:
Classes
Previous:
Python scopes and
A first look at classes
Classes introduce a little bit of new syntax, three new object types, and some new semantics.
Class definition syntax
Class objects
Instance objects
Method objects