Searched refs:_PyDict_GetItemIdWithError (Results 1 - 4 of 4) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | dictobject.h | 34 PyAPI_FUNC(PyObject *) _PyDict_GetItemIdWithError(PyObject *dp,
|
/third_party/python/Modules/_ctypes/ |
H A D | _ctypes.c | 546 fields = _PyDict_GetItemIdWithError((PyObject *)dict, &PyId__fields_); in StructUnionType_new() 1094 proto = _PyDict_GetItemIdWithError(typedict, &PyId__type_); /* Borrowed ref */ in PyCPointerType_new() 2463 ob = _PyDict_GetItemIdWithError((PyObject *)stgdict, &PyId__flags_); in make_funcptrtype_dict() 2474 ob = _PyDict_GetItemIdWithError((PyObject *)stgdict, &PyId__argtypes_); in make_funcptrtype_dict() 2487 ob = _PyDict_GetItemIdWithError((PyObject *)stgdict, &PyId__restype_); in make_funcptrtype_dict() 2506 ob = _PyDict_GetItemIdWithError((PyObject *)stgdict, &PyId__errcheck_); in make_funcptrtype_dict() 3751 if (kwds && _PyDict_GetItemIdWithError(kwds, &PyId_options)) { in PyCFuncPtr_new() 4382 fields = _PyDict_GetItemIdWithError((PyObject *)dict, &PyId__fields_); in _init_pos_args()
|
/third_party/python/Modules/ |
H A D | _asynciomodule.c | 248 rl = _PyDict_GetItemIdWithError( in get_running_loop()
|
/third_party/python/Objects/ |
H A D | dictobject.c | 1806 _PyDict_GetItemIdWithError(PyObject *dp, _Py_Identifier *key) in _PyDict_GetItemIdWithError() function
|
Completed in 18 milliseconds