Index – I

I/O control
buffering
id
built-in function
id() (built-in function)
identifier, [1]
identity
test
identity of an object
IDLE
if
statement, [1]
imaginary literal
immutable
data type
object, [1], [2]
sequence types
immutable object
immutable sequence
object
immutable types
subclassing
imp
module
import
hooks
statement, [1], [2]
import hooks
import machinery
import path
importer
ImportError
exception
importing
in
keyword, [1]
operator, [1], [2]
inclusive
or
INDENT token
indentation
index operation
index() (bytearray method)
(bytes method)
(sequence method)
(str method)
indices() (slice method)
Inexact (class in decimal)
Infinity
inheritance
input
input() (built-in function)
insert() (sequence method)
instance
call, [1]
class
object, [1], [2]
int
built-in function, [1]
int (built-in class)
integer
literals
object, [1]
representation
types, operations on
integer literal
interactive
interactive mode
internal type
interpolation, bytearray (%)
interpolation, bytes (%)
interpolation, string (%)
interpreted
interpreter
interpreter shutdown
intersection() (set method)
intersection_update() (set method)
InvalidOperation (class in decimal)
inversion
invocation
io
module
io.StringIO
object
is
operator, [1]
is not
operator, [1]
is_canonical() (decimal.Context method)
(decimal.Decimal method)
is_finite() (decimal.Context method)
(decimal.Decimal method)
is_infinite() (decimal.Context method)
(decimal.Decimal method)
is_integer() (float method)
is_nan() (decimal.Context method)
(decimal.Decimal method)
is_normal() (decimal.Context method)
(decimal.Decimal method)
is_qnan() (decimal.Context method)
(decimal.Decimal method)
is_signed() (decimal.Context method)
(decimal.Decimal method)
is_snan() (decimal.Context method)
(decimal.Decimal method)
is_subnormal() (decimal.Context method)
(decimal.Decimal method)
is_zero() (decimal.Context method)
(decimal.Decimal method)
isalnum() (bytearray method)
(bytes method)
(str method)
isalpha() (bytearray method)
(bytes method)
(str method)
isdecimal() (str method)
isdigit() (bytearray method)
(bytes method)
(str method)
isdisjoint() (set method)
isidentifier() (str method)
isinstance() (built-in function)
islower() (bytearray method)
(bytes method)
(str method)
isnumeric() (str method)
isprintable() (str method)
isspace() (bytearray method)
(bytes method)
(str method)
issubclass() (built-in function)
issubset() (set method)
issuperset() (set method)
istitle() (bytearray method)
(bytes method)
(str method)
isupper() (bytearray method)
(bytes method)
(str method)
item
sequence
string
item selection
items() (dict method)
itemsize (memoryview attribute)
iter() (built-in function)
iterable
unpacking
iterator
iterator protocol