Home
last modified time | relevance | path

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

/third_party/python/Lib/tkinter/
H A Dfont.py97 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 Dtextwrap.py157 def _split(self, text): member in TextWrapper
158 """_split(text : string) -> [string]
343 return self._split(text)
/third_party/python/Lib/test/
H A Dtest_textwrap.py40 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