Home
last modified time | relevance | path

Searched refs:_PyObject_CallMethodOneArg (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/cpython/
Dabstract.h77 #define _PyObject_CallMethodOneArg PyObject_CallMethodOneArg macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/
Dabstract.h77 #define _PyObject_CallMethodOneArg PyObject_CallMethodOneArg macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/
Dabstract.h77 #define _PyObject_CallMethodOneArg PyObject_CallMethodOneArg macro
/aosp_15_r20/external/python/cpython3/Include/cpython/
Dabstract.h77 #define _PyObject_CallMethodOneArg PyObject_CallMethodOneArg macro
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/
Dabstract.h77 #define _PyObject_CallMethodOneArg PyObject_CallMethodOneArg macro
/aosp_15_r20/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c1724 wr = _PyObject_CallMethodOneArg(self->stream, str_write, str); in mbstreamwriter_iwrite()
1835 wr = _PyObject_CallMethodOneArg(self->stream, state->str_write, pwrt); in _multibytecodec_MultibyteStreamWriter_reset_impl()
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c353 PyObject *value = _PyObject_CallMethodOneArg( in import_ensure_initialized()
714 pathobj = _PyObject_CallMethodOneArg( in PyImport_ExecCodeModuleWithPathnames()
Dmarshal.c1720 res = _PyObject_CallMethodOneArg(file, &_Py_ID(write), s); in marshal_dump_impl()
Dsysmodule.c3376 PyObject *result = _PyObject_CallMethodOneArg(file, &_Py_ID(write), unicode); in sys_pyfile_write_unicode()
/aosp_15_r20/external/python/cpython3/Doc/c-api/
Dcall.rst114 ``_PyObject_CallMethodOneArg``.
/aosp_15_r20/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5700 and :c:func:`_PyObject_CallMethodOneArg`.