Home
last modified time | relevance | path

Searched refs:is_hop_by_hop (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Lib/wsgiref/
H A Dhandlers.py3 from .util import FileWrapper, guess_scheme, is_hop_by_hop namespace
248 assert not is_hop_by_hop(name),\
H A Dutil.py157 def is_hop_by_hop(header_name): function
/third_party/python/Lib/test/
H A Dtest_wsgiref.py442 self.assertTrue(util.is_hop_by_hop(alt))
449 self.assertFalse(util.is_hop_by_hop(alt))

Completed in 3 milliseconds