Searched defs:UNPROCESSABLE_ENTITY (Results 1 – 2 of 2) sorted by relevance
| /third_party/python/Lib/http/ | ||
| D | __init__.py | 113 UNPROCESSABLE_ENTITY = 422, 'Unprocessable Entity' variable in HTTPStatus |
| /third_party/python/Lib/test/ | ||
| D | test_httplib.py | 632 UNPROCESSABLE_ENTITY = 422, 'Unprocessable Entity' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |