Searched refs:_PyObject_SetAttrId (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | object.h | 282 PyAPI_FUNC(int) _PyObject_SetAttrId(PyObject *, _Py_Identifier *, PyObject *);
|
/third_party/python/Modules/ |
H A D | _cursesmodule.c | 3976 if (_PyObject_SetAttrId(m, &PyId_LINES, o)) { in update_lines_cols() 3993 if (_PyObject_SetAttrId(m, &PyId_COLS, o)) { in update_lines_cols()
|
H A D | _asynciomodule.c | 2878 if (_PyObject_SetAttrId( in task_step_impl()
|
H A D | _elementtree.c | 2591 r = _PyObject_SetAttrId(element, name, joined); in treebuilder_extend_element_text_or_tail()
|
/third_party/python/Objects/ |
H A D | object.c | 863 _PyObject_SetAttrId(PyObject *v, _Py_Identifier *name, PyObject *w) in _PyObject_SetAttrId() function
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 548 if (_PyObject_SetAttrId((PyObject *)result, &PyId__fields_, fields) < 0) { in StructUnionType_new()
|
Completed in 26 milliseconds