Searched refs:_PyDict_GetItemWithError (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/cpython/ |
H A D | dictobject.h | 33 PyAPI_FUNC(PyObject *) _PyDict_GetItemWithError(PyObject *dp, PyObject *key);
|
/third_party/python/Python/ |
H A D | _warnings.c | 407 version_obj = _PyDict_GetItemWithError(registry, &_Py_ID(version)); in already_warned() 862 *registry = _PyDict_GetItemWithError(globals, &_Py_ID(__warningregistry__)); in setup_context() 881 *module = _PyDict_GetItemWithError(globals, &_Py_ID(__name__)); in setup_context() 988 loader = _PyDict_GetItemWithError(module_globals, &_Py_ID(__loader__)); in get_source_line() 993 module_name = _PyDict_GetItemWithError(module_globals, &_Py_ID(__name__)); in get_source_line()
|
H A D | sysmodule.c | 74 PyObject *value = _PyDict_GetItemWithError(sd, name); in _PySys_GetAttr()
|
H A D | bltinmodule.c | 136 meta = _PyDict_GetItemWithError(mkw, &_Py_ID(metaclass)); in builtin___build_class__()
|
H A D | ceval.c | 2732 bc = _PyDict_GetItemWithError(BUILTINS(), 3348 ann_dict = _PyDict_GetItemWithError(LOCALS(), 7415 import_func = _PyDict_GetItemWithError(frame->f_builtins, &_Py_ID(__import__));
|
/third_party/python/Objects/ |
H A D | dictobject.c | 1795 _PyDict_GetItemWithError(PyObject *dp, PyObject *kv) in _PyDict_GetItemWithError() function
|
Completed in 26 milliseconds