Home
last modified time | relevance | path

Searched refs:_noheaders (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Lib/
Durllib.py845 _noheaders = None variable
848 global _noheaders
849 if _noheaders is None:
855 _noheaders = mimetools.Message(StringIO(), 0)
856 _noheaders.fp.close() # Recycle file descriptor
857 return _noheaders
/external/python/cpython3/Lib/urllib/
Drequest.py2376 _noheaders = None variable
2379 global _noheaders
2380 if _noheaders is None:
2381 _noheaders = email.message_from_string("")
2382 return _noheaders