next up previous contents
Next: About this document Up: Python Reference Manual Previous: Expression input

Index

, gif
__abs__
__add__
__and__
__bases__
__builtin__ (built-in module) , gif
__call__
__class__
__cmp__ , gif , gif
__coerce__
__del__
__delattr__
__delitem__
__delslice__
__dict__ , gif , gif
__div__
__divmod__
__float__
__getattr__
__getitem__ , gif
__getslice__
__hash__
__hex__
__init__ , gif
__int__
__invert__
__len__
__long__
__lshift__
__main__ (built-in module) , gif , gif
__members__
__methods__
__mod__
__mul__ , gif
__name__
__neg__
__nonzero__
__oct__
__or__
__pos__
__pow__
__repr__ , gif
__rshift__
__setattr__ , gif
__setitem__
__setslice__
__str__ , gif
__sub__
__xor__
access statement
actual, parameter
addition
and, bit-wise
and operator
anonmymous function
argument
argument, function
arithmetic conversion
arithmetic operation, binary
arithmetic operation, unary
ASCII , gif , gif , gif , gif , gif
assignment, attribute , gif
assignment, class attribute
assignment, class instance attribute
assignment, slicing
assignment, subscription
assignment, target list
assignment statement , gif , gif
atom
attribute
attribute, class
attribute, class instance
attribute, generic special
attribute, special
attribute assignment , gif
attribute assignment, class
attribute assignment, class instance
attribute deletion
attribute reference
back-quotes , gif
backslash character
backward quotes , gif
binary arithmetic operation
binary bit-wise operation
binding, global name
binding, name , gif , gif , gif , gif
binding name , gif
bit-wise and
bit-wise operation, binary
bit-wise operation, unary
bit-wise or
bit-wise xor
blank line
block, code
BNF , gif
Boolean operation
break statement , gif , gif , gif
built-in function call
built-in function object , gif
built-in method
built-in method call
built-in method object , gif
built-in module
built-in name
byte
C , gif , gif , gif , gif , gif
call
call, built-in function
call, built-in method
call, class instance
call, class object , gif , gif , gif
call, function , gif , gif , gif
call, instance
call, method
call, procedure
call, user-defined function , gif
callable object , gif
call instance
chaining comparisons
character , gif
character set
chr (standard module) , gif
class attribute
class attribute assignment
class constructor
class definition , gif
class instance
class instance attribute
class instance attribute assignment
class instance call
class instance object , gif , gif , gif
class name
class object , gif , gif , gif
class object call , gif , gif , gif
clause
cmp (standard module)
co_code
co_consts
co_filename
co_names
code block , gif , gif , gif , gif
code object
comma , gif
comma, trailing , gif
command line
comment
comparison
comparison, string
comparisons
comparisons, chaining
compound statement
condition
condition list
constant
constructor, class
container , gif
continue statement , gif , gif , gif
conversion, arithmetic
conversion, string , gif , gif
dangling else
data
data type
data type, immutable
datum
decimal literal
DEDENT token , gif
default parameter value
definition, class , gif
definition, function , gif
delete
deletion, attribute
deletion target
deletion target list
delimiters
del statement , gif , gif
dictionary display
dictionary object , gif , gif , gif , gif , gif
display, dictionary
display, list
display, tuple
division
EBCDIC
elif keyword
else, dangling
else keyword , gif , gif , gif , gif
empty list
empty tuple , gif
error handling
errors
escape sequence
eval (standard module)
exc_traceback , gif
exc_type
exc_value
exception , gif
exception, ImportError , gif
exception, NameError
exception, raising
exception, RuntimeError
exception, SyntaxError
exception, TypeError , gif , gif
exception, ValueError
exception, ZeroDivisionError
exception handler , gif
except keyword
exclusive or
exec statement , gif
execution frame , gif , gif
execution model
execution stack
expression
expression, lambda
expression list , gif , gif
expression statement
extension, filename
extension module
f_back
f_code
f_globals
f_lasti
f_lineno
f_locals
filename extension
file object , gif
finally keyword , gif , gif , gif
floating point literal
floating point number , gif
floating point object
form, lambda , gif
formal, parameter
for statement , gif , gif
frame, execution , gif , gif
frame object
from ... import *
from keyword , gif
from statement
func_code
func_globals
function, anonmymous
function, user-defined
function argument
function call , gif , gif , gif
function call, user-defined , gif
function definition , gif
function name
function object , gif , gif , gif , gif
garbage collection
generic special attribute
global name
global name binding
global name space , gif
global statement , gif , gif , gif , gif , gif , gif
grammar
grouping
handle an exception
handler, exception
hash (standard module)
hash character
hexadecimal literal
hierarchy, type
identifier , gif
identity of an object
identity test
if statement
im_func
im_self
immutable data type
immutable object , gif
immutable sequence object
ImportError exception , gif
importing module
import statement , gif
inclusive or
indentation
INDENT token
index operation
inheritance
initialization, module
in keyword
in operator
input
input
raw
input (standard module)
instance, call
instance, class
instance call
instance object , gif , gif , gif
integer, long
integer, plain
integer literal
integer object
integer representation
interactive mode
internal type
interpreter
inversion
invocation
is not operator
is operator
item, sequence
item, string
item selection
key
key/datum pair
keyword
keyword, elif
keyword, else , gif , gif , gif , gif
keyword, except
keyword, finally , gif , gif , gif
keyword, from , gif
keyword, in
lambda expression
lambda form , gif
last_traceback
leading whitespace
len (standard module) , gif
lexical analysis
lexical definitions
line continuation
line joining
line structure
list, condition
list, deletion target
list, empty
list, expression , gif , gif
list, target , gif
list assignment, target
list display
list object , gif , gif , gif , gif , gif
literal , gif
local name space
logical line , gif
long integer
long integer literal
long integer object
loop
over mutable sequence
loop control target
loop statement , gif , gif , gif
makefile (standard module)
mapping object , gif , gif , gif
membership test
method, built-in
method, user-defined
method call
method object , gif , gif
minus
module, built-in
module, extension
module, importing
module, user-defined
module initialization
module name
module name space
module object , gif
modules
modulo
multiplication
mutable object , gif , gif , gif , gif
mutable sequece object
mutable sequence
loop over
name , gif
name, binding , gif
name, built-in
name, class
name, function
name, global
name, module
name, rebinding , gif
name, unbinding , gif
name binding , gif , gif , gif , gif
name binding, global
NameError
NameError exception
name space , gif
name space, global , gif
name space, local
name space, module
negation
newline suppression
NEWLINE token , gif
None , gif
None@None object
notation
not in operator
not operator
null operation
number
number, floating point , gif
number object , gif
numeric literal
numeric object
object
object, built-in function , gif
object, built-in method , gif
object, callable , gif
object, class , gif , gif , gif
object, class instance , gif , gif , gif
object, code
object, dictionary , gif , gif , gif , gif , gif
object, file , gif
object, floating point
object, frame
object, function , gif , gif , gif , gif
object, immutable
object, immutable sequence
object, instance , gif , gif , gif
object, integer
object, list , gif , gif , gif , gif , gif
object, long integer
object, mapping , gif , gif , gif
object, method , gif , gif
object, module , gif
object, mutable , gif , gif , gif
object, mutable sequece
object, None@None
object, number , gif
object, numeric
object, plain integer
object, recursive
object, seqence
object, sequence , gif , gif , gif , gif , gif
object, string , gif , gif
object, traceback , gif , gif
object, tuple , gif , gif , gif
object, user-defined function , gif , gif
object, user-defined method
object closure
octal literal
open (standard module)
operation, binary arithmetic
operation, binary bit-wise
operation, Boolean
operation, null
operation, shifting
operation, unary arithmetic
operation, unary bit-wise
operator, and
operator, in
operator, is
operator, is not
operator, not
operator, not in
operator, or
operators
or, bit-wise
or, exclusive
or, inclusive
ord (standard module) , gif
or operator
output , gif
output, standard , gif
parameter
parameter actual
parameter formal
parameter list, variable length
parameter value, default
parenthesized form
parser
Pascal
pass statement
path
physical line , gif , gif
plain integer
plain integer literal
plain integer object
plus
popen (standard module)
primary
print statement , gif
procedure call
program
quotes, backward , gif
quotes, reverse , gif
raise an exception
raise statement
raising exception
range (standard module)
raw_index (standard module)
raw input
readline
rebinding name , gif
recursive object
reference, attribute
reference counting
repr (standard module) , gif
representation, integer
reserved word
return statement , gif
reverse quotes , gif
RuntimeError exception
seqence object
sequence item
sequence object , gif , gif , gif , gif , gif
shifting operation
simple statement
singleton tuple
slice
slicing , gif , gif
slicing assignment
space
special attribute
special attribute, generic
stack, execution
stack trace
Standard C
standard input
standard output , gif
statement, access
statement, assignment , gif , gif
statement, break , gif , gif , gif
statement, compound
statement, continue , gif , gif , gif
statement, del , gif , gif
statement, exec , gif
statement, expression
statement, for , gif , gif
statement, from
statement, global , gif , gif , gif , gif , gif , gif
statement, if
statement, import , gif
statement, loop , gif , gif , gif
statement, pass
statement, print , gif
statement, raise
statement, return , gif
statement, simple
statement, try , gif
statement, while , gif , gif
statement grouping
stderr
stdin
stdio
stdout , gif
str (standard module) , gif
string comparison
string conversion , gif , gif
string item
string literal
string object , gif , gif
subscription , gif , gif , gif
subscription assignment
subtraction
suite
suppression, newline
syntax , gif
SyntaxError exception
sys (built-in module) , gif , gif , gif
sys.exc_traceback
sys.last_traceback
sys.modules
sys.path
sys.stderr
sys.stdin
sys.stdout
tab
target
target, deletion
target, loop control
target list , gif
target list assignment
target list, deletion
tb_frame
tb_lasti
tb_lineno
tb_next
test, identity
test, membership
token
trace, stack
traceback object , gif , gif
trailing comma , gif
try statement , gif
tuple, empty , gif
tuple, singleton
tuple display
tuple object , gif , gif , gif
type
type, data
type, immutable data
TypeError exception , gif , gif
type hierarchy
type of an object
unary arithmetic operation
unary bit-wise operation
unbinding name , gif
UNIX
unreachable object
unrecognized escape sequence
user-defined function
user-defined function call , gif
user-defined function object , gif , gif
user-defined method
user-defined method object
user-defined module
value, default parameter
ValueError exception
value of an object
values, writing , gif
variable length parameter list
while statement , gif , gif
whitespace
writing values , gif
xor, bit-wise
ZeroDivisionError exception


guido@cwi.nl