pyo3_
ffi
0.25.0-dev
In pyo3_
ffi::
methodobject
Structs
PyMethodDef
Constants
METH_CLASS
METH_COEXIST
METH_FASTCALL
METH_KEYWORDS
METH_NOARGS
METH_O
METH_STATIC
METH_VARARGS
Statics
PyCFunction_Type
Functions
PyCFunction_Call
PyCFunction_Check
PyCFunction_ClearFreeList
PyCFunction_GetFlags
PyCFunction_GetFunction
PyCFunction_GetSelf
PyCFunction_New
PyCFunction_NewEx
Type Aliases
PyCFunction
PyCFunctionFast
PyCFunctionFastWithKeywords
PyCFunctionWithKeywords
_PyCFunctionFast
_PyCFunctionFastWithKeywords
Unions
PyMethodDefPointer
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3_ffi
::
methodobject
Function
PyCFunction_GetFunction
Copy item path
Settings
Help
Summary
Source
pub unsafe extern "C" fn PyCFunction_GetFunction( f:
*mut
PyObject
, ) ->
Option
<
PyCFunction
>