HomeSort by relevance Sort by last modified time
    Searched refs:methods_without_body (Results 1 - 2 of 2) sorted by null

  /external/python/cpython2/Lib/test/
test_httplib.py 144 methods_without_body = (
147 for method in methods_without_body:
160 for method in methods_without_body:
171 for method in itertools.chain(methods_without_body, methods_with_body):
    [all...]
  /external/python/cpython3/Lib/test/
test_httplib.py 187 methods_without_body = (
190 for method in methods_without_body:
203 for method in methods_without_body:
214 for method in itertools.chain(methods_without_body, methods_with_body):
    [all...]

Completed in 1495 milliseconds