Home
last modified time | relevance | path

Searched refs:trim_source_paths (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/third_party/Paste/paste/exceptions/
Dformatter.py25 trim_source_paths=()): argument
27 self.trim_source_paths = trim_source_paths
68 if filename and self.trim_source_paths:
69 for path, repl in self.trim_source_paths:
/external/chromium-trace/catapult/third_party/Paste/tests/test_exceptions/
Dtest_formatter.py92 result = format(f, trim_source_paths=[(current, '.')])