Python Tutorial
Next:
9.3.1 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.
9
.
3
.
1
Class Definition Syntax
9
.
3
.
2
Class Objects
9
.
3
.
3
Instance Objects
9
.
3
.
4
Method Objects
Python Tutorial
Next:
9.3.1 Class Definition Syntax
Up:
9. Classes
Previous:
9.2 Python Scopes and
Send comments to
python-docs@python.org
.