Searched refs:_PyObject_GetAttrId (Results 1 - 7 of 7) sorted by relevance
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 227 return _PyObject_GetAttrId(fut, &PyId__loop); in get_future_loop() 367 PyObject *callable = _PyObject_GetAttrId(loop, &PyId_call_soon); in call_soon() 1445 func = _PyObject_GetAttrId(fut->fut_loop, &PyId_call_exception_handler); in FutureObj_finalize() 2466 func = _PyObject_GetAttrId(task->task_loop, &PyId_call_exception_handler); in TaskObj_finalize() 2889 PyObject *add_cb = _PyObject_GetAttrId( in task_step_impl()
|
H A D | _json.c | 328 PyObject *JSONDecodeError = _PyObject_GetAttrId(decoder, &PyId_JSONDecodeError); in raise_errmsg()
|
H A D | _elementtree.c | 2572 PyObject* previous = _PyObject_GetAttrId(element, name); in treebuilder_extend_element_text_or_tail()
|
/third_party/python/Include/cpython/ |
H A D | object.h | 281 PyAPI_FUNC(PyObject *) _PyObject_GetAttrId(PyObject *, _Py_Identifier *); 283 /* Replacements of PyObject_GetAttr() and _PyObject_GetAttrId() which
|
/third_party/python/Objects/ |
H A D | call.c | 694 PyObject *callable = _PyObject_GetAttrId(obj, name); in _PyObject_CallMethodId() 753 PyObject *callable = _PyObject_GetAttrId(obj, name); in _PyObject_CallMethodId_SizeT()
|
H A D | object.c | 852 _PyObject_GetAttrId(PyObject *v, _Py_Identifier *name) in _PyObject_GetAttrId() function
|
/third_party/python/Modules/_ctypes/ |
H A D | callproc.c | 1870 meth = _PyObject_GetAttrId(obj, &PyId___setstate__); in unpickle()
|
Completed in 19 milliseconds