OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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