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
bytesobject. - Represents a builtin Python function object.
- Represents a Python Capsule as described in Capsules:
- Represents a Python code object.
- Represents a Python
complexobject. - 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
Ellipsisobject. - Represents a Python
floatobject. - Represents a Python frame.
- Represents a Python
frozenset. - Allows building a Python
frozensetone item at a time - Represents a Python function object.
- Represents a Python
types.GenericAliasobject. - Represents a Python
intobject. - 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
moduleobject. - Represents the Python
Noneobject. - Represents the Python
NotImplementedobject. - 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
superobject. - Bindings for
datetime.time. - Represents a Python traceback.
- Represents a Python
tupleobject. - Represents a reference to a Python
typeobject. - Bindings for
datetime.tzinfo. - Represents any Python
weakrefreference. - Represents any Python
weakrefProxy 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
PyDictPrimary use case for this trait iscallandcall_methodmethods 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.