Expand description
Various types defined by the Python interpreter such as int, str and tuple.
Re-exportsยง
pub use self::any::PyAny;pub use self::any::PyAnyMethods;pub use self::boolobject::PyBool;pub use self::boolobject::PyBoolMethods;pub use self::bytearray::PyByteArray;pub use self::bytearray::PyByteArrayMethods;pub use self::bytes::PyBytes;pub use self::bytes::PyBytesMethods;pub use self::capsule::CapsuleName;pub use self::capsule::PyCapsule;pub use self::capsule::PyCapsuleMethods;pub use self::code::PyCode;pub use self::code::PyCodeInput;pub use self::code::PyCodeMethods;pub use self::complex::PyComplex;pub use self::complex::PyComplexMethods;pub use self::datetime::PyDate;pub use self::datetime::PyDateTime;pub use self::datetime::PyDelta;pub use self::datetime::PyTime;pub use self::datetime::PyTzInfo;pub use self::datetime::PyTzInfoAccess;pub use self::datetime::PyDateAccess;Non- Py_LIMITED_APIpub use self::datetime::PyDeltaAccess;Non- Py_LIMITED_APIpub use self::datetime::PyTimeAccess;Non- Py_LIMITED_APIpub use self::dict::IntoPyDict;pub use self::dict::PyDict;pub use self::dict::PyDictMethods;pub use self::dict::PyDictItems;Neither PyPynorGraalPypub use self::dict::PyDictKeys;Neither PyPynorGraalPypub use self::dict::PyDictValues;Neither PyPynorGraalPypub use self::ellipsis::PyEllipsis;pub use self::float::PyFloat;pub use self::float::PyFloatMethods;pub use self::frame::PyFrame;Non- Py_LIMITED_APIand non-PyPyand non-GraalPypub use self::frame::PyFrameMethods;Non- Py_LIMITED_APIand non-PyPyand non-GraalPypub use self::frozenset::PyFrozenSet;pub use self::frozenset::PyFrozenSetBuilder;pub use self::frozenset::PyFrozenSetMethods;pub use self::function::PyCFunction;pub use self::function::PyFunction;Non- Py_LIMITED_APIpub use self::genericalias::PyGenericAlias;Py_3_9pub use self::iterator::PyIterator;pub use self::iterator::PySendResult;Non- PyPyandPy_3_10pub use self::list::PyList;pub use self::list::PyListMethods;pub use self::mapping::PyMapping;pub use self::mapping::PyMappingMethods;pub use self::mappingproxy::PyMappingProxy;pub use self::memoryview::PyMemoryView;pub use self::module::PyModule;pub use self::module::PyModuleMethods;pub use self::mutex::PyMutex;Non- Py_LIMITED_APIandPy_3_13pub use self::mutex::PyMutexGuard;Non- Py_LIMITED_APIandPy_3_13pub use self::none::PyNone;pub use self::notimplemented::PyNotImplemented;pub use self::num::PyInt;pub use self::pysuper::PySuper;pub use self::range::PyRange;pub use self::range::PyRangeMethods;pub use self::sequence::PySequence;pub use self::sequence::PySequenceMethods;pub use self::set::PySet;pub use self::set::PySetMethods;pub use self::slice::PySlice;pub use self::slice::PySliceIndices;pub use self::slice::PySliceMethods;pub use self::string::PyStringData;Non- Py_LIMITED_APIpub use self::string::PyString;pub use self::string::PyStringMethods;pub use self::traceback::PyTraceback;pub use self::traceback::PyTracebackMethods;pub use self::tuple::PyTuple;pub use self::tuple::PyTupleMethods;pub use self::typeobject::PyType;pub use self::typeobject::PyTypeMethods;pub use self::weakref::PyWeakref;pub use self::weakref::PyWeakrefMethods;pub use self::weakref::PyWeakrefProxy;pub use self::weakref::PyWeakrefReference;
Modulesยง
- any ๐
- boolobject ๐
- bytearray ๐
- bytes ๐
- capsule ๐
- code ๐
- complex ๐
- datetime ๐
- Safe Rust wrappers for types defined in the Python
datetimelibrary - dict ๐
- ellipsis ๐
- float ๐
- frame ๐
Non- Py_LIMITED_APIand non-PyPyand non-GraalPy - frozenset ๐
- function ๐
- genericalias ๐
Py_3_9 - iter
- Iteration over Python collections.
- iterator ๐
- list ๐
- mapping ๐
- mappingproxy ๐
- memoryview ๐
- module ๐
- mutex ๐
Non- Py_LIMITED_APIandPy_3_13 - none ๐
- notimplemented ๐
- num ๐
- pysuper ๐
- range ๐
- sequence ๐
- set ๐
- slice ๐
- string ๐
- traceback ๐
- tuple ๐
- typeobject ๐
- weakref ๐
Traitsยง
- Deref
ToPy Any - Python objects that have a base type.