Searched defs:PARTIAL_CONTENT (Results 1 - 2 of 2) sorted by relevance
/third_party/python/Lib/http/ | ||
H A D | __init__.py | 50 PARTIAL_CONTENT = 206, 'Partial Content', 'Partial content follows' variable in HTTPStatus |
/third_party/python/Lib/test/ | ||
H A D | test_httplib.py | 571 PARTIAL_CONTENT = 206, 'Partial Content', 'Partial content follows' variable in BasicTest.test_simple_httpstatus.CheckedHTTPStatus |
Completed in 5 milliseconds