Searched
refs:split (Results
3726 -
3750 of
6499) sorted by null
<<141142143144145146147148149150>>
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_ftplib.py | 79 cmd = line.split(' ')[0].lower() 99 addr = map(int, arg.split(',')) 119 af, ip, port = arg.split(arg[0])[1:-1] 534 self.assertEqual(self.client.nlst(), NLST_DATA.split('\r\n')[:-1])
|
| test_imaplib.py | 3 # threading, this test module should be split. Right now we skip 88 splitline = line.split()
|
| test_pep292.py | 15 for part in name.split('.'):
|
| test_pep352.py | 46 inheritance_tree = open(os.path.join(os.path.split(__file__)[0],
|
| test_strftime.py | 74 (sys.platform, sys.version.split()[0])
|
| test_unicode_file.py | 60 path, base = os.path.split(os.path.abspath(filename))
|
| test_winsound.py | 228 for dir in os.environ.get("PATH", "").split(os.pathsep):
|
| test_zipimport_support.py | 111 mod_name = mod.__name__.split(".")[-1]
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| textwrap.py | 100 # This less funky little regex just split on recognized spaces. E.g. 166 Split the text to wrap into indivisible chunks. Chunks are 188 chunks = pat.split(text) 197 and split() will convert that to [..., "foo.", " ", "Bar", ...] 414 for line in text.split("\n"):
|
| timeit.py | 172 self.src.split("\n"),
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/ |
| main.py | 78 for part in module.split('.')[1:]:
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/ |
| ElementPath.py | 78 prefix, uri = tag.split(":", 1)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/macholib/ |
| dyld.py | 46 return rval.split(':')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/ |
| build_clib.py | 90 self.include_dirs = self.include_dirs.split(os.pathsep)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
| dist.py | 324 for line in out.split('\n'): 604 value = [elm.strip() for elm in value.split(',')] [all...] |
| emxccompiler.py | 216 emx_dirs = os.environ['LIBRARY_PATH'].split(';')
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
| support.py | 221 cmd.library_dirs = value.split(os.pathsep)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
| utils.py | 245 parts = s.split(TICK, 2)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
| CodeContext.py | 138 new_topvisible = int(self.text.index("@0,0").split('.')[0])
|
| aboutDialog.py | 67 sys.version.split()[0], fg=self.fg, bg=self.bg)
|
| configHelpSourceEdit.py | 85 dir, base = os.path.split(path)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| mhlib.py | 308 fields = line.split(':') 891 for part in data.split(self.sep): 893 for subp in part.split(self.rng): [all...] |
| mimetools.py | 43 fields = str.split('/')
|
| repr.py | 29 parts = typename.split()
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test__osx_support.py | 112 self.assertEqual(platform.mac_ver()[0].split('.') >= ['10', '4'],
|
Completed in 942 milliseconds
<<141142143144145146147148149150>>