Expand description
Various types defined by the Python interpreter such as int
, str
and tuple
.
Modules§
- Iteration over Python collections.
Structs§
- Represents any Python object.
- Represents a Python
bool
. - Represents a Python
bytearray
. - Represents a Python
bytes
object. - Represents a builtin Python function object.
- Represents a Python Capsule as described in Capsules:
- Represents a Python code object.
- Represents a Python
complex
object. - Bindings around
datetime.date
. - Bindings for
datetime.datetime
. - Bindings for
datetime.timedelta
. - Represents a Python
dict
. - Represents a Python
dict_items
. - Represents a Python
dict_keys
. - Represents a Python
dict_values
. - Represents the Python
Ellipsis
object. - Represents a Python
float
object. - Represents a Python frame.
- Represents a Python
frozenset
. - Allows building a Python
frozenset
one item at a time - Represents a Python function object.
- Represents a Python
int
object. - A Python iterator object.
- Represents a Python
list
. - Represents a reference to a Python object supporting the mapping protocol.
- Represents a Python
mappingproxy
. - Represents a Python
memoryview
. - Represents a Python
module
object. - Represents the Python
None
object. - Represents the Python
NotImplemented
object. - Represents a reference to a Python object supporting the sequence protocol.
- Represents a Python
set
. - Represents a Python
slice
. - Return value from
PySliceMethods::indices
. - Represents a Python
string
(a Unicode string object). - Represents a Python
super
object. - Bindings for
datetime.time
. - Represents a Python traceback.
- Represents a Python
tuple
object. - Represents a reference to a Python
type
object. - Bindings for
datetime.tzinfo
. - Represents any Python
weakref
reference. - Represents any Python
weakref
Proxy type. - Represents a Python
weakref.ReferenceType
.
Enums§
- Represents raw data backing a Python
str
.
Traits§
- Python objects that have a base type.
- Conversion trait that allows a sequence of tuples to be converted into
PyDict
Primary use case for this trait iscall
andcall_method
methods as keywords argument. - This trait represents the Python APIs which are usable on all Python objects.
- Implementation of functionality for
PyBool
. - Implementation of functionality for
PyByteArray
. - Implementation of functionality for
PyBytes
. - Implementation of functionality for
PyCapsule
. - Implementation of functionality for
PyComplex
. - Trait for accessing the date components of a struct containing a date.
- Trait for accessing the components of a struct containing a timedelta.
- Implementation of functionality for
PyDict
. - Implementation of functionality for
PyFloat
. - Implementation of functionality for
PyFrozenSet
. - Implementation of functionality for
PyList
. - Implementation of functionality for
PyMapping
. - Implementation of functionality for
PyModule
. - Implementation of functionality for
PySequence
. - Implementation of functionality for
PySet
. - Implementation of functionality for
PySlice
. - Implementation of functionality for
PyString
. - Trait for accessing the time components of a struct containing a time.
- Implementation of functionality for
PyTraceback
. - Implementation of functionality for
PyTuple
. - Implementation of functionality for
PyType
. - Trait for accessing the components of a struct containing a tzinfo.
- Implementation of functionality for
PyWeakref
.
Functions§
- Equivalent to
datetime.timezone.utc
- timezone_
utc_ bound Deprecated Deprecated name fortimezone_utc
.