Searched refs:PyCFunction_New (Results 1 – 18 of 18) sorted by relevance
/external/python/cpython3/Include/ |
D | methodobject.h | 70 PyAPI_FUNC(PyObject *) PyCFunction_New(PyMethodDef *, PyObject *); 71 #define PyCFunction_New(ML, SELF) PyCFunction_NewEx((ML), (SELF), NULL) macro
|
/external/python/cpython3/Objects/ |
D | methodobject.c | 13 #undef PyCFunction_New 33 PyCFunction_New(PyMethodDef *ml, PyObject *self) in PyCFunction_New() function
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.10.0a6.rst | 505 The :c:func:`PyCFunction_New` function is now exported in the ABI when
|
D | 3.5.0a4.rst | 89 PyCFunction_New function is exposed by python DLL again.
|
/external/python/cpython3/PC/ |
D | python3dll.c | 144 EXPORT_FUNC(PyCFunction_New)
|
/external/python/cpython3/Doc/data/ |
D | stable_abi.dat | 51 func,PyCFunction_New,3.4,,
|
D | refcounts.dat | 405 PyCFunction_New:PyObject*::+1: 406 PyCFunction_New:PyMethodDef*:ml:: 407 PyCFunction_New:PyObject*:self:+1:
|
D | python3.13.abi | 48 …<elf-symbol name='PyCFunction_New' type='func-type' binding='global-binding' visibility='default-v… 7975 …PyCFunction_New' mangled-name='PyCFunction_New' filepath='Objects/methodobject.c' line='33' column…
|
/external/python/cpython3/Modules/ |
D | _asynciomodule.c | 2894 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.c | 1433 PyObject *cb = PyCFunction_New(&wr_callback_def, args); in create_sentinel_wr()
|
D | selectmodule.c | 2004 cb = PyCFunction_New(&kqueue_tracking_after_fork_def, module); in kqueue_tracking_init()
|
D | _winapi.c | 905 PyObject *keyfunc = PyCFunction_New(&sortenvironmentkey_def, NULL); in sort_environment_keys()
|
/external/python/cpython3/Doc/c-api/ |
D | structures.rst | 432 .. c:function:: PyObject * PyCFunction_New(PyMethodDef *ml, PyObject *self)
|
/external/pytorch/functorch/csrc/dim/ |
D | dim.cpp | 1079 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/ |
D | pylifecycle.c | 2895 android_log_write = PyCFunction_New(&android_log_write_method, NULL); in init_android_streams()
|
/external/python/cpython3/Misc/ |
D | stable_abi.toml | 1877 [function.PyCFunction_New]
|
D | HISTORY | 246 - Issue #21354: PyCFunction_New function is exposed by python DLL again.
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 2356 PyCFunction_New(&forward_accumulator_delete_gradient_method_def,
|