Next:
Class definition syntax
Up:
9 Classes
Previous:
9.2 Python scopes and
9.3 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
guido@python.org