- obj (memoryview attribute)
- object, [1]
- Boolean, [1]
- Ellipsis
- None, [1]
- NotImplemented
- built-in function, [1]
- built-in method, [1]
- bytearray, [1], [2]
- bytes, [1]
- callable, [1]
- class, [1], [2]
- class instance, [1], [2]
- code, [1]
- complex
- complex number
- dictionary, [1], [2], [3], [4], [5], [6]
- file
- floating point, [1]
- frame
- frozenset
- function, [1], [2], [3], [4]
- generator, [1], [2]
- immutable, [1], [2]
- immutable sequence
- instance, [1], [2]
- integer, [1]
- io.StringIO
- list, [1], [2], [3], [4], [5], [6], [7]
- mapping, [1], [2], [3], [4]
- memoryview
- method, [1], [2], [3], [4]
- module, [1]
- mutable, [1], [2]
- mutable sequence
- numeric, [1], [2], [3]
- range
- sequence, [1], [2], [3], [4], [5], [6], [7]
- set, [1], [2]
- set type
- slice
- string, [1], [2]
- traceback, [1], [2]
- tuple, [1], [2], [3], [4], [5]
- type
- user-defined function, [1], [2]
- user-defined method
- object (built-in class)
- object.__slots__ (built-in variable)
-
objects
- comparing
- oct() (built-in function)
-
octal
- literals
- octal literal
-
open
- built-in function, [1]
- open() (built-in function)
-
operation
- Boolean
- binary arithmetic
- binary bitwise
- concatenation
- null, [1]
- repetition
- shifting
- slice
- subscript
- unary arithmetic
- unary bitwise
|
-
operations
- Boolean, [1]
- bitwise
- masking
- shifting
-
operations on
- dictionary type
- integer types
- list type
- mapping types
- numeric types
- sequence types, [1]
-
operator
- !=
- %
- &
- *
- **
- +
- -
- /
- //
- <
- <<
- <=
- ==
- >
- >=
- >>
- ^
- and, [1], [2]
- comparison
- in, [1], [2]
- is, [1]
- is not, [1]
- not, [1]
- not in, [1], [2]
- or, [1], [2]
- overloading
- precedence
- ternary
- operators
-
or
- bitwise
- exclusive
- inclusive
- operator, [1], [2]
-
ord
- built-in function
- ord() (built-in function)
-
order
- evaluation
- output
- standard
- Overflow (class in decimal)
-
overloading
- operator
|