Home
last modified time | relevance | path

Searched refs:_PyObject_SetAttrId (Results 1 - 6 of 6) sorted by relevance

/third_party/python/Include/cpython/
H A Dobject.h282 PyAPI_FUNC(int) _PyObject_SetAttrId(PyObject *, _Py_Identifier *, PyObject *);
/third_party/python/Modules/
H A D_cursesmodule.c3976 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.c2878 if (_PyObject_SetAttrId( in task_step_impl()
H A D_elementtree.c2591 r = _PyObject_SetAttrId(element, name, joined); in treebuilder_extend_element_text_or_tail()
/third_party/python/Objects/
H A Dobject.c863 _PyObject_SetAttrId(PyObject *v, _Py_Identifier *name, PyObject *w) in _PyObject_SetAttrId() function
/third_party/python/Modules/_ctypes/
H A D_ctypes.c548 if (_PyObject_SetAttrId((PyObject *)result, &PyId__fields_, fields) < 0) { in StructUnionType_new()

Completed in 26 milliseconds