René's URL Explorer Experiment
go
Title:
Classes — Python v3.0.1 documentation
direct link
Domain:
docs.python.org
None
text/html; charset=utf-8
Links
:
index
https://docs.python.org/3.0/genindex.html
modules
https://docs.python.org/3.0/modindex.html
next
https://docs.python.org/3.0/tutorial/stdlib.html
previous
https://docs.python.org/3.0/tutorial/errors.html
Python v3.0.1 documentation
https://docs.python.org/3.0/index.html
The Python Tutorial
https://docs.python.org/3.0/tutorial/index.html
¶
https://docs.python.org/3.0/tutorial/classes.html#classes
Private Variables
https://docs.python.org/3.0/tutorial/classes.html#tut-private
¶
https://docs.python.org/3.0/tutorial/classes.html#a-word-about-terminology
¶
https://docs.python.org/3.0/tutorial/classes.html#python-scopes-and-name-spaces
abs()
https://docs.python.org/3.0/library/functions.html#abs
[1]
https://docs.python.org/3.0/tutorial/classes.html#id2
del
https://docs.python.org/3.0/reference/simple_stmts.html#del
__main__
https://docs.python.org/3.0/library/__main__.html#module-__main__
builtins
https://docs.python.org/3.0/library/builtins.html#module-builtins
nonlocal
https://docs.python.org/3.0/reference/simple_stmts.html#nonlocal
global
https://docs.python.org/3.0/reference/simple_stmts.html#global
nonlocal
https://docs.python.org/3.0/reference/simple_stmts.html#nonlocal
global
https://docs.python.org/3.0/reference/simple_stmts.html#global
global
https://docs.python.org/3.0/reference/simple_stmts.html#global
nonlocal
https://docs.python.org/3.0/reference/simple_stmts.html#nonlocal
¶
https://docs.python.org/3.0/tutorial/classes.html#scopes-and-namespaces-example
global
https://docs.python.org/3.0/reference/simple_stmts.html#global
nonlocal
https://docs.python.org/3.0/reference/simple_stmts.html#nonlocal
nonlocal
https://docs.python.org/3.0/reference/simple_stmts.html#nonlocal
global
https://docs.python.org/3.0/reference/simple_stmts.html#global
global
https://docs.python.org/3.0/reference/simple_stmts.html#global
¶
https://docs.python.org/3.0/tutorial/classes.html#a-first-look-at-classes
¶
https://docs.python.org/3.0/tutorial/classes.html#class-definition-syntax
def
https://docs.python.org/3.0/reference/compound_stmts.html#def
if
https://docs.python.org/3.0/reference/compound_stmts.html#if
¶
https://docs.python.org/3.0/tutorial/classes.html#class-objects
__init__()
https://docs.python.org/3.0/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.0/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.0/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.0/reference/datamodel.html#object.__init__
__init__()
https://docs.python.org/3.0/reference/datamodel.html#object.__init__
¶
https://docs.python.org/3.0/tutorial/classes.html#instance-objects
¶
https://docs.python.org/3.0/tutorial/classes.html#method-objects
¶
https://docs.python.org/3.0/tutorial/classes.html#random-remarks
¶
https://docs.python.org/3.0/tutorial/classes.html#inheritance
isinstance()
https://docs.python.org/3.0/library/functions.html#isinstance
int
https://docs.python.org/3.0/library/functions.html#int
int
https://docs.python.org/3.0/library/functions.html#int
issubclass()
https://docs.python.org/3.0/library/functions.html#issubclass
bool
https://docs.python.org/3.0/library/functions.html#bool
int
https://docs.python.org/3.0/library/functions.html#int
float
https://docs.python.org/3.0/library/functions.html#float
int
https://docs.python.org/3.0/library/functions.html#int
¶
https://docs.python.org/3.0/tutorial/classes.html#multiple-inheritance
super()
https://docs.python.org/3.0/library/functions.html#super
object
https://docs.python.org/3.0/library/functions.html#object
object
https://docs.python.org/3.0/library/functions.html#object
http://www.python.org/download/releases/2.3/mro/
http://www.python.org/download/releases/2.3/mro/
¶
https://docs.python.org/3.0/tutorial/classes.html#private-variables
¶
https://docs.python.org/3.0/tutorial/classes.html#odds-and-ends
¶
https://docs.python.org/3.0/tutorial/classes.html#exceptions-are-classes-too
type
https://docs.python.org/3.0/library/functions.html#type
str()
https://docs.python.org/3.0/library/functions.html#str
¶
https://docs.python.org/3.0/tutorial/classes.html#iterators
for
https://docs.python.org/3.0/reference/compound_stmts.html#for
for
https://docs.python.org/3.0/reference/compound_stmts.html#for
iter()
https://docs.python.org/3.0/library/functions.html#iter
StopIteration
https://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration
for
https://docs.python.org/3.0/reference/compound_stmts.html#for
next()
https://docs.python.org/3.0/library/functions.html#next
__iter__()
https://docs.python.org/3.0/reference/datamodel.html#object.__iter__
__iter__()
https://docs.python.org/3.0/reference/datamodel.html#object.__iter__
¶
https://docs.python.org/3.0/tutorial/classes.html#generators
Generator
https://docs.python.org/3.0/glossary.html#term-generator
yield
https://docs.python.org/3.0/reference/simple_stmts.html#yield
next()
https://docs.python.org/3.0/library/functions.html#next
__iter__()
https://docs.python.org/3.0/reference/datamodel.html#object.__iter__
StopIteration
https://docs.python.org/3.0/library/exceptions.html#exceptions.StopIteration
¶
https://docs.python.org/3.0/tutorial/classes.html#generator-expressions
[1]
https://docs.python.org/3.0/tutorial/classes.html#id1
Table Of Contents
https://docs.python.org/3.0/contents.html
Classes
https://docs.python.org/3.0/tutorial/classes.html
A Word About Terminology
https://docs.python.org/3.0/tutorial/classes.html#a-word-about-terminology
Python Scopes and Name Spaces
https://docs.python.org/3.0/tutorial/classes.html#python-scopes-and-name-spaces
Scopes and Namespaces Example
https://docs.python.org/3.0/tutorial/classes.html#scopes-and-namespaces-example
A First Look at Classes
https://docs.python.org/3.0/tutorial/classes.html#a-first-look-at-classes
Class Definition Syntax
https://docs.python.org/3.0/tutorial/classes.html#class-definition-syntax
Class Objects
https://docs.python.org/3.0/tutorial/classes.html#class-objects
Instance Objects
https://docs.python.org/3.0/tutorial/classes.html#instance-objects
Method Objects
https://docs.python.org/3.0/tutorial/classes.html#method-objects
Random Remarks
https://docs.python.org/3.0/tutorial/classes.html#random-remarks
Inheritance
https://docs.python.org/3.0/tutorial/classes.html#inheritance
Multiple Inheritance
https://docs.python.org/3.0/tutorial/classes.html#multiple-inheritance
Private Variables
https://docs.python.org/3.0/tutorial/classes.html#private-variables
Odds and Ends
https://docs.python.org/3.0/tutorial/classes.html#odds-and-ends
Exceptions Are Classes Too
https://docs.python.org/3.0/tutorial/classes.html#exceptions-are-classes-too
Iterators
https://docs.python.org/3.0/tutorial/classes.html#iterators
Generators
https://docs.python.org/3.0/tutorial/classes.html#generators
Generator Expressions
https://docs.python.org/3.0/tutorial/classes.html#generator-expressions
Errors and Exceptions
https://docs.python.org/3.0/tutorial/errors.html
Brief Tour of the Standard Library
https://docs.python.org/3.0/tutorial/stdlib.html
Show Source
https://docs.python.org/3.0/_sources/tutorial/classes.txt
index
https://docs.python.org/3.0/genindex.html
modules
https://docs.python.org/3.0/modindex.html
next
https://docs.python.org/3.0/tutorial/stdlib.html
previous
https://docs.python.org/3.0/tutorial/errors.html
Python v3.0.1 documentation
https://docs.python.org/3.0/index.html
The Python Tutorial
https://docs.python.org/3.0/tutorial/index.html
Copyright
https://docs.python.org/3.0/copyright.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.