Home
last modified time | relevance | path

Searched defs:_Check (Results 1 – 2 of 2) sorted by relevance

/external/yapf/yapftests/
Dyapf_test.py41 def _Check(self, unformatted_code, expected_formatted_code): member in FormatCodeTest
1375 def _Check(self, unformatted_code, expected_formatted_code): member in DiffIndentTest
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py267 self, filter_to_checks: Dict[_Filter, List['_Check']]
464 class _Check: class