Lines Matching refs:source_path
88 source_path = kwargs.pop('_source_path', None)
92 data_files_relative_to_top = _GetFilesIn(source_path)
206 for mapped_path, source_path in pd.GetTestDataPaths(args):
207 self._all_mapped_test_data_paths.append((mapped_path, source_path))
211 '_source_path': source_path,
216 defaults={'_top_path': source_path}))
232 for source_path in self._all_source_paths:
233 full_source_path = os.path.abspath(source_path)
244 for mapped_path, source_path in self._all_mapped_test_data_paths:
245 if not filename.startswith(source_path):
247 rel = os.path.relpath(filename, source_path)