Searched defs:PRECONDITION_FAILED (Results 1 – 2 of 2) sorted by relevance
| /external/python/cpython3/Lib/http/ | ||
| D | __init__.py | 115 PRECONDITION_FAILED = (412, 'Precondition Failed', variable in HTTPStatus |
| /external/python/cpython3/Lib/test/ | ||
| D | test_httplib.py | 652 PRECONDITION_FAILED = (412, 'Precondition Failed', variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |