Home
last modified time | relevance | path

Searched defs:_split (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/
Dtextwrap.py163 def _split(self, text): member in TextWrapper
/external/python/cpython2/Lib/plat-riscos/
Driscospath.py55 def _split(p): function
/external/python/cpython2/Lib/email/
Dheader.py288 def _split(self, s, charset, maxlinelen, splitchars): member in Header