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

/external/python/cpython2/Lib/plat-riscos/
H A Driscospath.py55 def _split(p): function
102 (fs, drive, path)= _split(p)
113 (fs, drive, path)= _split(b)
128 (fs, drive, path)= _split(p)
153 (fs, drive, path)= _split(p)
279 (fs, drive, path)= _split(p)
331 (fs, drive, path)= _split(p)
/external/python/cpython2/Lib/lib-tk/
H A DtkFont.py92 self._split = tk.splitlist
126 self._split(self._call("font", "actual", self.name))
140 self._split(self._call("font", "config", self.name))
160 res = self._split(self._call("font", "metrics", self.name))
/external/python/cpython3/Lib/tkinter/
H A Dfont.py96 self._split = tk.splitlist
132 self._split(self._call("font", "actual", self.name, *args)))
145 self._split(self._call("font", "config", self.name)))
170 res = self._split(self._call("font", "metrics", self.name, *args))
/external/python/cpython2/Lib/email/
H A Dheader.py292 def _split(self, s, charset, maxlinelen, splitchars):
336 return chunk + self._split(last, charset, self._maxlinelen, splitchars)
411 newchunks += self._split(s, charset, targetlen, splitchars)
288 def _split(self, s, charset, maxlinelen, splitchars): member in class:Header
/external/python/cpython2/Lib/
H A Dtextwrap.py163 def _split(self, text): member in class:TextWrapper
164 """_split(text : string) -> [string]
326 chunks = self._split(text)
/external/python/cpython3/Lib/
H A Dtextwrap.py160 def _split(self, text): member in class:TextWrapper
161 """_split(text : string) -> [string]
338 return self._split(text)
/external/python/cpython2/Lib/test/
H A Dtest_textwrap.py41 result = self.wrapper._split(text)
241 # _split() method.
282 # Again, all of the above can be deduced from _split().
414 # Ensure that the standard _split() method works as advertised
419 result = self.wrapper._split(text)
/external/python/cpython3/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)
/external/tensorflow/tensorflow/contrib/kfac/python/ops/
H A Dloss_functions.py496 def _split(self, params): member in class:NormalMeanVarianceNegativeLogProbLoss
520 mean_vec, var_vec = self._split(vecs)
/external/tensorflow/tensorflow/python/ops/
H A Darray_ops.py1366 return gen_array_ops._split(

Completed in 1932 milliseconds