Home
last modified time | relevance | path

Searched defs:UNPROCESSABLE_ENTITY (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Lib/http/
D__init__.py113 UNPROCESSABLE_ENTITY = 422, 'Unprocessable Entity' variable in HTTPStatus
/third_party/python/Lib/test/
Dtest_httplib.py632 UNPROCESSABLE_ENTITY = 422, 'Unprocessable Entity' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus