Home
last modified time | relevance | path

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

/third_party/python/Lib/email/
H A Dheader.py249 hasspace = string and self._nonctext(string[0])
256 lastspace = string and self._nonctext(string[-1])
312 def _nonctext(self, s):
364 hasspace = string and self._nonctext(string[0])
370 lastspace = string and self._nonctext(string[-1])
308 def _nonctext(self, s): global() member in Header

Completed in 2 milliseconds