Searched refs:_PyObject_CallMethodIdNoArgs (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 | 152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/cpython/ |
D | abstract.h | 152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/cpython/ |
D | abstract.h | 152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function
|
/aosp_15_r20/external/python/cpython3/Include/cpython/ |
D | abstract.h | 152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/cpython/ |
D | abstract.h | 152 _PyObject_CallMethodIdNoArgs(PyObject *self, _Py_Identifier *name) in _PyObject_CallMethodIdNoArgs() function
|
/aosp_15_r20/external/python/cpython3/Modules/ |
D | _datetimemodule.c | 1756 result = _PyObject_CallMethodIdNoArgs(time, &PyId_time); in time_time() 2014 ratio = _PyObject_CallMethodIdNoArgs(floatobj, &PyId_as_integer_ratio); in get_float_as_integer_ratio() 3240 return _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_isoformat); in date_str() 3266 tuple = _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_timetuple); in date_strftime() 4363 return _PyObject_CallMethodIdNoArgs((PyObject *)self, &PyId_isoformat); in time_str()
|
D | _asynciomodule.c | 347 loop = _PyObject_CallMethodIdNoArgs(policy, &PyId_get_event_loop); in get_event_loop() 511 res = _PyObject_CallMethodIdNoArgs(fut->fut_loop, &PyId_get_debug); in future_init()
|
D | ossaudiodev.c | 547 PyObject *ret = _PyObject_CallMethodIdNoArgs(self, &PyId_close); in oss_exit()
|
D | _cursesmodule.c | 3066 data = _PyObject_CallMethodIdNoArgs(file, &PyId_read); in _curses_getwin()
|
/aosp_15_r20/external/python/cpython3/Modules/_ctypes/ |
D | _ctypes.c | 4088 v = _PyObject_CallMethodIdNoArgs(v, &PyId___ctypes_from_outparam__); in _build_result()
|