Structs§
- Used in
#[classmethod]
to pass the class object to the method and also in#[pyfunction(pass_module)]
. - IPow
Modulo Py_3_8
Python 3.8 and up - ipow has modulo argument correctly populated.
Enums§
PyMethodDefType
represents different types of Python callable objects. It is used by the#[pymethods]
attribute.
Traits§
Functions§
- Calls an implementation of clear for tp_clear
- _call_
traverse 👻 ⚠Calls an implementation of traverse for tp_traverse - call_
super_ 🔒 ⚠clear Call super-type traverse method, if necessary. - Call super-type traverse method, if necessary.