Searched defs:err_value (Results 1 – 6 of 6) sorted by relevance
| /external/python/cpython3/Lib/test/support/ |
| D | testresult.py | 83 def __makeErrorDict(cls, err_type, err_value, err_tb): argument
|
| /external/python/cpython2/Objects/ |
| D | weakrefobject.c | 931 PyObject *err_type, *err_value, *err_tb; in PyObject_ClearWeakRefs() local
|
| D | dictobject.c | 734 PyObject *err_type, *err_value, *err_tb; in PyDict_GetItem() local
|
| /external/python/cpython3/Objects/ |
| D | weakrefobject.c | 988 PyObject *err_type, *err_value, *err_tb; in PyObject_ClearWeakRefs() local
|
| /external/python/cpython2/Modules/ |
| D | _ssl.c | 409 PyObject *err_value = NULL, *reason_obj = NULL, *lib_obj = NULL; in fill_and_set_sslerror() local
|
| /external/python/cpython3/Modules/ |
| D | _ssl.c | 448 PyObject *err_value = NULL, *reason_obj = NULL, *lib_obj = NULL; in fill_and_set_sslerror() local
|