Home
last modified time | relevance | path

Searched refs:_PyObject_GetAttrId (Results 1 - 7 of 7) sorted by relevance

/third_party/python/Modules/
H A D_asynciomodule.c227 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.c328 PyObject *JSONDecodeError = _PyObject_GetAttrId(decoder, &PyId_JSONDecodeError); in raise_errmsg()
H A D_elementtree.c2572 PyObject* previous = _PyObject_GetAttrId(element, name); in treebuilder_extend_element_text_or_tail()
/third_party/python/Include/cpython/
H A Dobject.h281 PyAPI_FUNC(PyObject *) _PyObject_GetAttrId(PyObject *, _Py_Identifier *);
283 /* Replacements of PyObject_GetAttr() and _PyObject_GetAttrId() which
/third_party/python/Objects/
H A Dcall.c694 PyObject *callable = _PyObject_GetAttrId(obj, name); in _PyObject_CallMethodId()
753 PyObject *callable = _PyObject_GetAttrId(obj, name); in _PyObject_CallMethodId_SizeT()
H A Dobject.c852 _PyObject_GetAttrId(PyObject *v, _Py_Identifier *name) in _PyObject_GetAttrId() function
/third_party/python/Modules/_ctypes/
H A Dcallproc.c1870 meth = _PyObject_GetAttrId(obj, &PyId___setstate__); in unpickle()

Completed in 19 milliseconds