Searched
refs:split (Results
2576 -
2600 of
6499) sorted by null
<<101102103104105106107108109110>>
| /external/ply/ply/example/classcalc/ |
| calc.py | 34 modname = os.path.split(os.path.splitext(__file__)[0])[
|
| /external/ply/ply/example/newclasscalc/ |
| calc.py | 36 modname = os.path.split(os.path.splitext(__file__)[0])[
|
| /external/python/cpython2/Demo/cgi/ |
| wiki.py | 42 for word in re.split('(\W+)', line):
|
| /external/python/cpython2/Demo/tkinter/ttk/ |
| dirbrowser.py | 26 fname = os.path.split(p)[1]
|
| /external/python/cpython2/Doc/includes/ |
| email-dir.py | 77 maintype, subtype = ctype.split('/', 1)
|
| /external/python/cpython2/Lib/bsddb/test/ |
| test_compat.py | 31 data = "The quick brown fox jumped over the lazy dog.".split()
|
| /external/python/cpython2/Lib/distutils/ |
| version.py | 173 # string is split up into a tuple of integer and string components, and 178 # numbers: just split on period and compare the numbers as tuples. 274 self.component_re.split(vstring))
|
| /external/python/cpython2/Lib/idlelib/ |
| Percolator.py | 70 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| SearchDialog.py | 72 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| ToolTip.py | 82 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| WidgetRedirector.py | 158 width, height, x, y = list(map(int, re.split('[x+]', parent.geometry())))
|
| configHandler.py | 500 'extensions', keysName, eventName, default='').split() 519 'extensions', bindsName, eventName, default='').split() 532 binding = self.GetOption('keys', keySetName, eventName, default='').split() 683 value=value.split(';')
|
| macosxSupport.py | 204 if tuple(map(int, tkversion.split('.'))) < (8, 4, 14):
|
| /external/python/cpython2/Lib/lib-tk/test/test_ttk/ |
| support.py | 54 tcl_version = tuple(map(int, _tkinter.TCL_VERSION.split('.')))
|
| /external/python/cpython2/Lib/lib2to3/ |
| fixer_base.py | 185 pkg = self.skip_on.split(".")
|
| /external/python/cpython2/Lib/plat-mac/ |
| macresource.py | 45 filename = modname.split('.')[-1] + '.rsrc'
|
| /external/python/cpython2/Lib/plat-os2emx/ |
| pwd.py | 172 fields = entry.split(sep)
|
| /external/python/cpython2/Lib/test/ |
| test_cmd.py | 155 l = s.split()
|
| test_multibytecodec_support.py | 283 unichrs = lambda s: u''.join(_unichr(c) for c in s.split('+')) 290 data = line.split('#')[0].strip().split() 321 codech = ''.join(chr(int(c, 16)) for c in coded.split())
|
| /external/python/cpython2/Lib/ |
| uu.py | 111 hdrfields = hdr.split(' ', 2)
|
| webbrowser.py | 36 # User gave us a command line, split it into name and args 37 browser = shlex.split(browser) 84 cmd = browser.split()[0] 129 for d in path.split(os.pathsep): 663 _userchoices = os.environ["BROWSER"].split(os.pathsep)
|
| /external/python/cpython2/Lib/wsgiref/ |
| util.py | 93 path_parts = path_info.split('/')
|
| /external/python/cpython2/Tools/i18n/ |
| msgfmt.py | 165 l = l.split(']', 1)[1]
|
| /external/python/cpython2/Tools/scripts/ |
| pathfix.py | 101 head, tail = os.path.split(filename)
|
| pdeps.py | 84 words = line[a1:b1].split(',')
|
Completed in 1089 milliseconds
<<101102103104105106107108109110>>