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 Python
int
object. - Represents a reference to a Python object supporting the mapping protocol.
- 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
PySlice::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 a Python
string
(a Unicode string object).
Enums
- Represents raw data backing a Python
str
.
Traits
- 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. - Trait for accessing the date components of a struct containing a date.
- Trait for accessing the components of a struct containing a timedelta.
- Trait for accessing the time components of a struct containing a time.
- Trait for accessing the components of a struct containing a tzinfo.
Functions
- Equivalent to
datetime.timezone.utc