Home
last modified time | relevance | path

Searched refs:PyCFunction_New (Results 1 – 18 of 18) sorted by relevance

/external/python/cpython3/Include/
Dmethodobject.h70 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *);
71 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
/external/python/cpython3/Objects/
Dmethodobject.c13 #undef PyCFunction_New
33 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function
/external/python/cpython3/Misc/NEWS.d/
D3.10.0a6.rst505 The :c:func:`PyCFunction_New` function is now exported in the ABI when
D3.5.0a4.rst89 PyCFunction_New function is exposed by python DLL again.
/external/python/cpython3/PC/
Dpython3dll.c144 EXPORT_FUNC(PyCFunction_New)
/external/python/cpython3/Doc/data/
Dstable_abi.dat51 func,PyCFunction_New,3.4,,
Drefcounts.dat405 PyCFunction_New:PyObject*::+1:
406 PyCFunction_New:PyMethodDef*:ml::
407 PyCFunction_New:PyObject*:self:+1:
Dpython3.13.abi48 …<elf-symbol name='PyCFunction_New' type='func-type' binding='global-binding' visibility='default-v…
7975PyCFunction_New' mangled-name='PyCFunction_New' filepath='Objects/methodobject.c' line='33' column…
/external/python/cpython3/Modules/
D_asynciomodule.c2894 wrapper = PyCFunction_New(&TaskWakeupDef, (PyObject *)task); in task_step_handle_result_impl()
2984 wrapper = PyCFunction_New(&TaskWakeupDef, (PyObject *)task); in task_step_handle_result_impl()
D_threadmodule.c1433 PyObject *cb = PyCFunction_New(&wr_callback_def, args); in create_sentinel_wr()
Dselectmodule.c2004 cb = PyCFunction_New(&kqueue_tracking_after_fork_def, module); in kqueue_tracking_init()
D_winapi.c905 PyObject *keyfunc = PyCFunction_New(&sortenvironmentkey_def, NULL); in sort_environment_keys()
/external/python/cpython3/Doc/c-api/
Dstructures.rst432 .. c:function:: PyObject * PyCFunction_New(PyMethodDef *ml, PyObject *self)
/external/pytorch/functorch/csrc/dim/
Ddim.cpp1079 auto unflatten = mpy::object::checked_steal(PyCFunction_New(&py_unflatten_def, cap.release())); in py_tree_flatten()
2893 return mpy::object::checked_steal(PyCFunction_New(&method_def, ptr())); in function()
/external/python/cpython3/Python/
Dpylifecycle.c2895 android_log_write = PyCFunction_New(&android_log_write_method, NULL); in init_android_streams()
/external/python/cpython3/Misc/
Dstable_abi.toml1877 [function.PyCFunction_New]
DHISTORY246 - Issue #21354: PyCFunction_New function is exposed by python DLL again.
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc2356 PyCFunction_New(&forward_accumulator_delete_gradient_method_def,