Searched refs:_split (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/tkinter/ |
H A D | font.py | 97 self._split = tk.splitlist 139 self._split(self._call("font", "actual", self.name, *args))) 152 self._split(self._call("font", "config", self.name))) 177 res = self._split(self._call("font", "metrics", self.name, *args))
|
/third_party/python/Lib/ |
H A D | textwrap.py | 157 def _split(self, text): member in TextWrapper 158 """_split(text : string) -> [string] 343 return self._split(text)
|
/third_party/python/Lib/test/ |
H A D | test_textwrap.py | 40 result = self.wrapper._split(text) 260 # _split() method. 301 # Again, all of the above can be deduced from _split(). 415 # Ensure that the standard _split() method works as advertised 420 result = self.wrapper._split(text)
|
Completed in 4 milliseconds