Home | History | Annotate | Download | only in python2.7

Lines Matching full:_noheaders

834 _noheaders = None
837 global _noheaders
838 if _noheaders is None:
844 _noheaders = mimetools.Message(StringIO(), 0)
845 _noheaders.fp.close() # Recycle file descriptor
846 return _noheaders