Home | History | Annotate | Download | only in site_utils

Lines Matching refs:split

731         for line in self._SAMPLE_DIRECTORIES_REPORT.split('\n')[1 : -1]:
732 date_, time_, count, dir_ = line.split()
749 report_lines = f.read().split()
758 expected_lines = self._SAMPLE_DIRECTORIES_REPORT.split()