Home | History | Annotate | Download | only in python2.7

Lines Matching full:split

282     ws = want.split(ELLIPSIS_MARKER)
374 basedir = os.path.split(module.__file__)[0]
378 basedir = os.path.split(sys.argv[0])[0]
387 return os.path.join(basedir, *(path.split('/')))
609 string = '\n'.join([l[min_indent:] for l in string.split('\n')])
678 source_lines = m.group('source').split('\n')
687 want_lines = want.split('\n')
727 option_strings = m.group(1).replace(',', ' ').split()
1558 got = ' '.join(got.split())
1559 want = ' '.join(want.split())
1611 # Split want & got into lines.
2209 lname = '.'.join(test.name.split('.')[-1:])
2308 name = self._dt_test.name.split('.')
2409 return '_'.join(self._dt_test.name.split('.'))
2589 output += ['## '+l for l in want.split('\n')[:-1]]
2593 for l in piece.split('\n')[:-1]]
2779 dirname, filename = os.path.split(filename)