Searched refs:_PyObject_CallMethodId (Results 1 – 10 of 10) sorted by relevance
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/ |
D | abstract.h | 8 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro 125 PyAPI_FUNC(PyObject *) _PyObject_CallMethodId(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 8 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro 125 PyAPI_FUNC(PyObject *) _PyObject_CallMethodId(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 8 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro 125 PyAPI_FUNC(PyObject *) _PyObject_CallMethodId(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 8 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro 125 PyAPI_FUNC(PyObject *) _PyObject_CallMethodId(PyObject *obj,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 8 # define _PyObject_CallMethodId _PyObject_CallMethodId_SizeT macro 125 PyAPI_FUNC(PyObject *) _PyObject_CallMethodId(PyObject *obj,
|
/aosp_15_r20/external/python/cpython3/PC/ |
D | _msi.c | 177 PyObject *result = _PyObject_CallMethodId(pv, &PyId_status, "iii", typeStatus, cb1, cb2); in FNFCISTATUS() 190 PyObject *result = _PyObject_CallMethodId(pv, &PyId_getnextcabinet, "i", pccab->iCab); in FNFCIGETNEXTCABINET()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 686 _PyObject_CallMethodId(PyObject *obj, _Py_Identifier *name, in _PyObject_CallMethodId() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1537 Zreplacement = _PyObject_CallMethodId(temp, &PyId_replace, "ss", "%", "%%"); in make_Zreplacement() 5165 self = _PyObject_CallMethodId(tz, &PyId_fromutc, "N", self); in datetime_datetime_now_impl() 5201 self = _PyObject_CallMethodId(tzinfo, &PyId_fromutc, "N", self); in datetime_fromtimestamp() 5742 return _PyObject_CallMethodId((PyObject *)self, &PyId_isoformat, "s", " "); in datetime_str()
|
D | _cursesmodule.c | 2185 res = _PyObject_CallMethodId(file, &PyId_write, "y#", buf, n); in _curses_window_putwin()
|
/aosp_15_r20/external/python/cpython3/Doc/data/ |
D | python3.11.abi | 1133 …<elf-symbol name='_PyObject_CallMethodId' type='func-type' binding='global-binding' visibility='de… 7199 …_PyObject_CallMethodId' mangled-name='_PyObject_CallMethodId' filepath='Objects/call.c' line='686'…
|