Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/http/
D__init__.py106 EXPECTATION_FAILED = (417, 'Expectation Failed', variable in HTTPStatus
/external/python/cpython2/Lib/
Dhttplib.py148 EXPECTATION_FAILED = 417 variable