Module py_class
cpython
0.7.2
Module py_class
Modules
Enums
Traits
In crate cpython
Modules
argparse
buffer
exc
py_class
serde
Macros
py_argparse
py_capsule
py_capsule_fn
py_class
py_exception
py_fn
py_module_initializer
pyobject_newtype
Structs
GILGuard
GILProtected
NoArgs
PyBool
PyBytes
PyCapsule
PyDict
PyErr
PyFloat
PyInt
PyIterator
PyLeakedRef
PyLeakedRefMut
PyList
PyLong
PyModule
PyNone
PyObject
PySequence
PySet
PySharedRef
PySharedRefCell
PyString
PyTuple
PyType
PyUnicode
Python
PythonObjectDowncastError
UnsafePyLeaked
Enums
PyStringData
Traits
FromPyObject
NumberProtocol
ObjectProtocol
PyClone
PyDrop
PythonObject
PythonObjectWithCheckedDowncast
PythonObjectWithTypeObject
RefFromPyObject
ToPyObject
Functions
prepare_freethreaded_python
Type Aliases
PyResult
Py_hash_t
Py_ssize_t
?
Settings
Module
cpython
::
py_class
Copy item path
source
·
[
−
]
Modules
§
gc
Enums
§
CompareOp
Traits
§
BaseObject
A PythonObject that is usable as a base type with the
py_class!()
macro.
PythonObjectFromPyClassMacro
Trait implemented by the types produced by the
py_class!()
macro.