索引


_ | a | b | c | d | e | f | g | h | i | j | k | l | m | n | o | p | q | r | s | t | u | v | w | x | y | z

_ (アンダースコア)

__abs__() (numeric object のメソッド)
__add__() (numeric object のメソッド)
__add__() (sequence object method)
__all__ (optional module attribute)
__and__() (numeric object のメソッド)
__bases__ (class attribute)
__builtin__ (組み込み モジュール), [リンク]
__builtins__
__call__() (object method)
__call__() (object のメソッド)
__class__ (instance attribute)
__cmp__() (object method)
__cmp__() (object のメソッド)
__coerce__() (numeric object method)
__coerce__() (numeric object のメソッド)
__complex__() (numeric object のメソッド)
__contains__() (container object のメソッド)
__contains__() (mapping object method)
__contains__() (sequence object method)
__debug__
__del__() (object のメソッド)
__delattr__() (object のメソッド)
__delete__() (object のメソッド)
__delitem__() (container object のメソッド)
__delslice__() (sequence object のメソッド)
__dict__ (class attribute)
__dict__ (function attribute)
__dict__ (instance attribute), [リンク]
__dict__ (module attribute)
__div__() (numeric object のメソッド)
__divmod__() (numeric object のメソッド)
__doc__ (class attribute)
__doc__ (function attribute)
__doc__ (method attribute)
__doc__ (module attribute)
__eq__() (object のメソッド)
__file__ (module attribute)
__float__() (numeric object のメソッド)
__floordiv__() (numeric object のメソッド)
__ge__() (object のメソッド)
__get__() (object のメソッド)
__getattr__() (object のメソッド)
__getattribute__() (object のメソッド)
__getitem__() (container object のメソッド)
__getitem__() (mapping object method)
__getslice__() (sequence object のメソッド)
__gt__() (object のメソッド)
__hash__() (object のメソッド)
__hex__() (numeric object のメソッド)
__iadd__() (numeric object のメソッド)
__iadd__() (sequence object method)
__iand__() (numeric object のメソッド)
__idiv__() (numeric object のメソッド)
__ifloordiv__() (numeric object のメソッド)
__ilshift__() (numeric object のメソッド)
__imod__() (numeric object のメソッド)
__import__() (組み込み関数)
__imul__() (numeric object のメソッド)
__imul__() (sequence object method)
__init__() (object method)
__init__() (object のメソッド)
__init__.py
__int__() (numeric object のメソッド)
__invert__() (numeric object のメソッド)
__ior__() (numeric object のメソッド)
__ipow__() (numeric object のメソッド)
__irshift__() (numeric object のメソッド)
__isub__() (numeric object のメソッド)
__iter__() (container object のメソッド)
__iter__() (sequence object method)
__itruediv__() (numeric object のメソッド)
__ixor__() (numeric object のメソッド)
__le__() (object のメソッド)
__len__() (container object のメソッド)
__len__() (mapping object method)
__long__() (numeric object のメソッド)
__lshift__() (numeric object のメソッド)
__lt__() (object のメソッド)
__main__ (組み込み モジュール), [リンク], [リンク]
__metaclass__
__mod__() (numeric object のメソッド)
__module__ (class attribute)
__module__ (function attribute)
__module__ (method attribute)
__mul__() (numeric object のメソッド)
__mul__() (sequence object method)
__name__ (class attribute)
__name__ (function attribute)
__name__ (method attribute)
__name__ (module attribute)
__ne__() (object のメソッド)
__neg__() (numeric object のメソッド)
__nonzero__() (object method)
__nonzero__() (object のメソッド)
__oct__() (numeric object のメソッド)
__or__() (numeric object のメソッド)
__pos__() (numeric object のメソッド)
__pow__() (numeric object のメソッド)
__radd__() (numeric object のメソッド)
__radd__() (sequence object method)
__rand__() (numeric object のメソッド)
__rcmp__() (object のメソッド)
__rdiv__() (numeric object のメソッド)
__rdivmod__() (numeric object のメソッド)
__repr__() (object のメソッド)
__rfloordiv__() (numeric object のメソッド)
__rlshift__() (numeric object のメソッド)
__rmod__() (numeric object のメソッド)
__rmul__() (numeric object のメソッド)
__rmul__() (sequence object method)
__ror__() (numeric object のメソッド)
__rpow__() (numeric object のメソッド)
__rrshift__() (numeric object のメソッド)
__rshift__() (numeric object のメソッド)
__rsub__() (numeric object のメソッド)
__rtruediv__() (numeric object のメソッド)
__rxor__() (numeric object のメソッド)
__set__() (object のメソッド)
__setattr__() (object method)
__setattr__() (object のメソッド)
__setitem__() (container object のメソッド)
__setslice__() (sequence object のメソッド)
__slots__
__str__() (object のメソッド)
__sub__() (numeric object のメソッド)
__truediv__() (numeric object のメソッド)
__unicode__() (object のメソッド)
__xor__() (numeric object のメソッド)


A

abs() (組み込み関数)
addition
and
bit-wise
and 演算子
anonymous
function
append() (sequence object method)
argument
function
arithmetic
conversion
operation, binary
operation, unary
array (標準 モジュール)
ASCII, [リンク], [リンク], [リンク], [リンク], [リンク]
assert 実行文
AssertionError 例外
assignment
attribute, [リンク]
augmented
class attribute
class instance attribute
assignment (続き)
slicing
statement, [リンク]
subscription
target list
atom
attribute
assignment, [リンク]
assignment, class
assignment, class instance
class
class instance
deletion
generic special
reference
special
AttributeError 例外
augmented
assignment


B

back-quotes, [リンク]
backslash character
backward
quotes, [リンク]
binary
arithmetic operation
bit-wise operation
binding
global name
name, [リンク], [リンク], [リンク], [リンク], [リンク]
bit-wise
and
operation, binary
operation, unary
or
xor
blank line
block
block (続き)
code
BNF
Boolean
operation
Boolean オブジェクト
break 実行文, [リンク], [リンク], [リンク], [リンク]
bsddb (標準 モジュール)
built-in
method
module
built-in function
call
built-in function オブジェクト, [リンク]
built-in method
call
built-in method オブジェクト, [リンク]
byte
bytecode


C

C
language, [リンク], [リンク], [リンク]
call
built-in function
built-in method
class instance
class object, [リンク], [リンク], [リンク]
function, [リンク], [リンク]
instance, [リンク]
method
procedure
user-defined function
callable オブジェクト, [リンク]
chaining
comparisons
character, [リンク], [リンク]
character set
chr() (組み込み関数), [リンク]
class
attribute
attribute assignment
constructor
definition, [リンク]
instance
name
class instance
attribute
attribute assignment
call
class instance オブジェクト, [リンク], [リンク], [リンク]
class 実行文
class object
call, [リンク], [リンク], [リンク]
class オブジェクト, [リンク], [リンク], [リンク]
clause
clear() (mapping object method)
cmp() (組み込み関数)
co_argcount (code object attribute)
co_cellvars (code object attribute)
co_code (code object attribute)
co_consts (code object attribute)
co_filename (code object attribute)
co_firstlineno (code object attribute)
co_flags (code object attribute)
co_freevars (code object attribute)
co_lnotab (code object attribute)
co_name (code object attribute)
co_names (code object attribute)
co_nlocals (code object attribute)
co_stacksize (code object attribute)
co_varnames (code object attribute)
code
block
code block
code オブジェクト
comma
trailing, [リンク]
command line
comment
comparison
string
comparisons
chaining
compile() (組み込み関数)
complex
literal
number
complex() (組み込み関数)
complex オブジェクト
compound
statement
comprehensions
list, [リンク]
constant
constructor
class
container, [リンク]
continue 実行文, [リンク], [リンク], [リンク], [リンク]
conversion
arithmetic
string, [リンク], [リンク]
copy() (mapping object method)
count() (sequence object method)


D

dangling
else
data
type
type, immutable
datum
dbm (標準 モジュール)
decimal literal
DEDENT token, [リンク]
def 実行文
default
parameter value
definition
class, [リンク]
function, [リンク]
del 実行文, [リンク], [リンク]
delete
deletion
attribute
target
target list
delimiters
destructor, [リンク]
dictionary
display
dictionary オブジェクト, [リンク], [リンク], [リンク], [リンク], [リンク]
display
dictionary
list
tuple
division
divmod() (組み込み関数), [リンク]
documentation string


E

EBCDIC
elif
予約語
Ellipsis オブジェクト
else
dangling
予約語, [リンク], [リンク], [リンク], [リンク]
empty
list
tuple, [リンク]
environment
演算子
and
in
is
is not
not
not in
or
error handling
errors
escape sequence
eval() (組み込み関数), [リンク], [リンク]
evaluation
order
exc_info (in module sys)
exc_traceback (in module sys), [リンク]
exc_type (in module sys)
exc_value (in module sys)
except
予約語
exception, [リンク]
handler
raising
exception handler
exclusive
or
exec 実行文, [リンク]
execfile() (組み込み関数)
execution
frame, [リンク]
restricted
stack
execution model
expression
lambda
list, [リンク], [リンク]
statement
extend() (sequence object method)
extended
slicing
extended print statement
extended slicing
extension
filename
module


F

f_back (frame attribute)
f_builtins (frame attribute)
f_code (frame attribute)
f_exc_traceback (frame attribute)
f_exc_type (frame attribute)
f_exc_value (frame attribute)
f_globals (frame attribute)
f_lasti (frame attribute)
f_lineno (frame attribute)
f_locals (frame attribute)
f_restricted (frame attribute)
f_trace (frame attribute)
False
file オブジェクト, [リンク]
filename
extension
finally
予約語, [リンク], [リンク], [リンク]
float() (組み込み関数)
floating point
number
floating point literal
floating point オブジェクト
for 実行文, [リンク], [リンク]
form
lambda, [リンク]
frame
execution, [リンク]
frame オブジェクト
free
variable, [リンク]
from
予約語, [リンク]
from 実行文, [リンク]
func_closure (function attribute)
func_code (function attribute)
func_defaults (function attribute)
func_dict (function attribute)
func_doc (function attribute)
func_globals (function attribute)
function
anonymous
argument
call, [リンク], [リンク]
call, user-defined
definition, [リンク]
generator
name
user-defined
function オブジェクト, [リンク], [リンク], [リンク], [リンク]
future
statement


G

garbage collection
gdbm (標準 モジュール)
generator
function, [リンク]
iterator, [リンク]
generator オブジェクト
generic
special attribute
get() (mapping object method)
global
name binding
namespace
global 実行文, [リンク], [リンク]
globals() (組み込み関数)
grammar
grouping


H

handle an exception
handler
exception
has_key() (mapping object method)
hash character
hex() (組み込み関数)
hexadecimal literal
hierarchical
module names
hierarchy
type


I

id() (組み込み関数)
identifier, [リンク]
identity
test
identity of an object
if 実行文
im_class (method attribute), [リンク]
im_func (method attribute), [リンク], [リンク], [リンク]
im_self (method attribute), [リンク], [リンク]
imaginary literal
immutable
data type
object, [リンク]
immutable object
immutable オブジェクト
immutable sequence オブジェクト
import 実行文, [リンク]
ImportError 例外, [リンク]
in
予約語
in 演算子
inclusive
or
INDENT token
indentation
index() (sequence object method)
index operation
indices() (slice のメソッド)
inheritance
initialization
module
input
raw
input() (組み込み関数)
insert() (sequence object method)
instance
call, [リンク]
class
instance オブジェクト, [リンク], [リンク], [リンク]
int() (組み込み関数)
integer
representation
integer literal
integer オブジェクト
interactive mode
internal type
interpreter
inversion
invocation
is 演算子
is not 演算子
item
sequence
string
item selection
items() (mapping object method)
iteritems() (mapping object method)
iterkeys() (mapping object method)
itervalues() (mapping object method)


J

Java
language
実行文
assert
break, [リンク], [リンク], [リンク], [リンク]
class
continue, [リンク], [リンク], [リンク], [リンク]
def
del, [リンク], [リンク]
exec, [リンク]
for, [リンク], [リンク]
from, [リンク]
実行文 (続き)
global, [リンク], [リンク]
if
import, [リンク]
pass
print, [リンク]
raise
return, [リンク], [リンク]
try, [リンク]
while, [リンク], [リンク]
yield


K

key
key/datum pair
keys() (mapping object method)
keyword


L

lambda
expression
form, [リンク]
language
C, [リンク], [リンク], [リンク]
Java
Pascal
last_traceback (in module sys)
leading whitespace
len() (組み込み関数), [リンク], [リンク]
lexical analysis
lexical definitions
line continuation
line joining, [リンク]
line structure
list
assignment, target
comprehensions, [リンク]
list (続き)
deletion target
display
empty
expression, [リンク], [リンク]
target, [リンク]
list オブジェクト, [リンク], [リンク], [リンク], [リンク], [リンク]
literal, [リンク]
locals() (組み込み関数)
logical line
long() (組み込み関数)
long integer literal
long integer オブジェクト
loop
over mutable sequence
statement, [リンク], [リンク], [リンク]
loop control
target


M

makefile() (socket method)
mangling
name
mapping オブジェクト, [リンク], [リンク], [リンク]
membership
test
method
built-in
call
user-defined
method オブジェクト, [リンク], [リンク]
minus
module
built-in
extension
importing
initialization
module (続き)
name
names, hierarchical
namespace
search path
user-defined
module オブジェクト, [リンク]
modules (in module sys)
modulo
multiplication
mutable object
mutable オブジェクト, [リンク], [リンク]
mutable sequence
loop over
mutable sequence オブジェクト


N

name, [リンク], [リンク]
binding, [リンク], [リンク], [リンク], [リンク], [リンク]
binding, global
class
function
mangling
module
rebinding
unbinding
NameError (built-in exception)
NameError 例外
names
hierarchical module
private
namespace
global
namespace (続き)
module
negation
newline
suppression
NEWLINE token, [リンク]
None オブジェクト, [リンク]
not 演算子
not in 演算子
notation
NotImplemented オブジェクト
null
operation
number
complex
floating point
numeric literal
numeric オブジェクト, [リンク]


O

object
immutable, [リンク]
オブジェクト
Boolean
built-in function, [リンク]
built-in method, [リンク]
callable, [リンク]
class, [リンク], [リンク], [リンク]
class instance, [リンク], [リンク], [リンク]
code
complex
dictionary, [リンク], [リンク], [リンク], [リンク], [リンク]
Ellipsis
file, [リンク]
floating point
frame
function, [リンク], [リンク], [リンク], [リンク]
generator
immutable
immutable sequence
instance, [リンク], [リンク], [リンク]
integer
list, [リンク], [リンク], [リンク], [リンク], [リンク]
long integer
mapping, [リンク], [リンク], [リンク]
method, [リンク], [リンク]
module, [リンク]
mutable, [リンク], [リンク]
mutable sequence
None, [リンク]
NotImplemented
numeric, [リンク]
plain integer
オブジェクト (続き)
recursive
sequence, [リンク], [リンク], [リンク], [リンク], [リンク], [リンク]
slice
string, [リンク], [リンク]
traceback, [リンク], [リンク]
tuple, [リンク], [リンク], [リンク]
unicode
user-defined function, [リンク], [リンク]
user-defined method
oct() (組み込み関数)
octal literal
open() (組み込み関数)
operation
binary arithmetic
binary bit-wise
Boolean
null
shifting
unary arithmetic
unary bit-wise
operator
overloading
precedence
operators
or
bit-wise
exclusive
inclusive
or 演算子
ord() (組み込み関数), [リンク], [リンク]
order
evaluation
output, [リンク]
standard, [リンク]
OverflowError (built-in exception)
overloading
operator


P

packages
parameter
value, default
parenthesized form
parser
Pascal
language
pass 実行文
path
module search
physical line, [リンク], [リンク]
plain integer literal
plain integer オブジェクト
plus
pop() (mapping object method)
pop() (sequence object method)
popen() (in module os)
popitem() (mapping object method)
pow() (組み込み関数), [リンク], [リンク], [リンク]
precedence
operator
primary
print 実行文, [リンク]
private
names
procedure
call
program


Q

quotes
backward, [リンク]
quotes (続き)
reverse, [リンク]


R

raise an exception
raise 実行文
raising
exception
range() (組み込み関数)
raw input
raw_input() (組み込み関数)
readline() (file method)
rebinding
name
recursive オブジェクト
reference
attribute
reference counting
例外
AssertionError
AttributeError
ImportError, [リンク]
NameError
例外 (続き)
RuntimeError
StopIteration
SyntaxError
TypeError
ValueError
ZeroDivisionError
remove() (sequence object method)
repr() (組み込み関数), [リンク], [リンク]
representation
integer
reserved word
restricted
execution
return 実行文, [リンク], [リンク]
reverse
quotes, [リンク]
reverse() (sequence object method)
RuntimeError 例外


S

scope, [リンク]
search
path, module
sequence
item
sequence オブジェクト, [リンク], [リンク], [リンク], [リンク], [リンク], [リンク]
setdefault() (mapping object method)
shifting
operation
simple
statement
singleton
tuple
slice
slice() (組み込み関数)
slice オブジェクト
slicing, [リンク], [リンク]
assignment
extended
sort() (sequence object method)
space
special
attribute
attribute, generic
stack
execution
trace
standard
output, [リンク]
Standard C
standard input
start (slice object attribute), [リンク]
statement
assignment, [リンク]
assignment, augmented
compound
expression
future
loop, [リンク], [リンク], [リンク]
simple
statement grouping
stderr (in module sys)
stdin (in module sys)
stdio
stdout (in module sys), [リンク]
step (slice object attribute), [リンク]
stop (slice object attribute), [リンク]
StopIteration 例外
str() (組み込み関数), [リンク]
string
comparison
conversion, [リンク], [リンク]
item
Unicode
string literal
string オブジェクト, [リンク], [リンク]
subscription, [リンク], [リンク], [リンク]
assignment
subtraction
suite
suppression
newline
syntax, [リンク]
SyntaxError 例外
sys (組み込み モジュール), [リンク], [リンク], [リンク]
sys.exc_info
sys.exc_traceback
sys.last_traceback
sys.modules
sys.stderr
sys.stdin
sys.stdout
SystemExit (built-in exception)


T

tab
target
deletion
list, [リンク]
list assignment
list, deletion
loop control
tb_frame (traceback attribute)
tb_lasti (traceback attribute)
tb_lineno (traceback attribute)
tb_next (traceback attribute)
termination model
test
identity
membership
token
trace
stack
traceback オブジェクト, [リンク], [リンク]
trailing
comma, [リンク]
triple-quoted string
True
try 実行文, [リンク]
tuple
display
empty, [リンク]
singleton
tuple オブジェクト, [リンク], [リンク], [リンク]
type
data
hierarchy
immutable data
type() (組み込み関数)
type of an object
TypeError 例外
types, internal


U

unary
arithmetic operation
bit-wise operation
unbinding
name
UnboundLocalError
unichr() (組み込み関数)
Unicode
unicode() (組み込み関数), [リンク]
Unicode Consortium
unicode オブジェクト
UNIX
unreachable object
unrecognized escape sequence
update() (mapping object method)
user-defined
function
function call
method
module
user-defined function オブジェクト, [リンク], [リンク]
user-defined method オブジェクト


V

value
default parameter
value of an object
ValueError 例外
values
writing, [リンク]
values() (mapping object method)
variable
free, [リンク]


W

while 実行文, [リンク], [リンク]
whitespace
writing
values, [リンク]


X

xor
bit-wise


Y

yield 実行文
予約語
elif
else, [リンク], [リンク], [リンク], [リンク]
except
予約語 (続き)
finally, [リンク], [リンク], [リンク]
from, [リンク]
in


Z

ZeroDivisionError 例外

ご意見やご指摘をお寄せになりたい方は、 このドキュメントについて... をご覧ください。