Searched refs:_PyObject_LookupAttrId (Results 1 - 8 of 8) sorted by relevance
/third_party/python/Modules/_ctypes/ |
H A D | stgdict.c | 299 if (_PyObject_LookupAttrId(type, &PyId__anonymous_, &anon) < 0) { in MakeAnonFields() 376 if (_PyObject_LookupAttrId(type, &PyId__swappedbytes_, &tmp) < 0) { in PyCStructUnionType_update_stgdict() 387 if (_PyObject_LookupAttrId(type, in PyCStructUnionType_update_stgdict() 400 if (_PyObject_LookupAttrId(type, &PyId__pack_, &tmp) < 0) { in PyCStructUnionType_update_stgdict()
|
H A D | _ctypes.c | 837 if (_PyObject_LookupAttrId(value, &PyId__as_parameter_, &as_parameter) < 0) { in CDataType_from_param() 1487 if (_PyObject_LookupAttrId((PyObject *)result, &PyId__length_, &length_attr) < 0) { in PyCArrayType_new() 1520 if (_PyObject_LookupAttrId((PyObject *)result, &PyId__type_, &type_attr) < 0) { in PyCArrayType_new() 1715 if (_PyObject_LookupAttrId(value, &PyId__as_parameter_, &as_parameter) < 0) { in c_wchar_p_from_param() 1782 if (_PyObject_LookupAttrId(value, &PyId__as_parameter_, &as_parameter) < 0) { in c_char_p_from_param() 1921 if (_PyObject_LookupAttrId(value, &PyId__as_parameter_, &as_parameter) < 0) { in c_void_p_from_param() 2059 if (_PyObject_LookupAttrId((PyObject *)result, &PyId__type_, &proto) < 0) { in PyCSimpleType_new() 2273 if (_PyObject_LookupAttrId(value, &PyId__as_parameter_, &as_parameter) < 0) { in PyCSimpleType_from_param() 2430 if (_PyObject_LookupAttrId(tp, &PyId_from_param, &cnv) <= 0) { in converters_from_argtypes() 2496 if (_PyObject_LookupAttrId(o in make_funcptrtype_dict() [all...] |
H A D | callproc.c | 722 if (_PyObject_LookupAttrId(obj, &PyId__as_parameter_, &arg) < 0) { in ConvParam()
|
/third_party/python/Include/cpython/ |
H A D | object.h | 293 PyAPI_FUNC(int) _PyObject_LookupAttrId(PyObject *, _Py_Identifier *, PyObject **);
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 218 if (_PyObject_LookupAttrId(fut, &PyId_get_loop, &getloop) < 0) { in get_future_loop() 2848 if (_PyObject_LookupAttrId(result, &PyId__asyncio_future_blocking, &o) < 0) { in task_step_impl()
|
H A D | _elementtree.c | 3530 else if (_PyObject_LookupAttrId((PyObject *)self, &PyId_doctype, &res) > 0) { in expat_start_doctype_handler()
|
H A D | _datetimemodule.c | 3818 if (_PyObject_LookupAttrId(self, &PyId___getinitargs__, &getinitargs) < 0) { in tzinfo_reduce()
|
/third_party/python/Objects/ |
H A D | object.c | 987 _PyObject_LookupAttrId(PyObject *v, _Py_Identifier *name, PyObject **result) in _PyObject_LookupAttrId() function
|
Completed in 35 milliseconds