Searched refs:_parse_file (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Tools/c-analyzer/c_parser/ |
D | __init__.py | 11 yield from _parse_file(filename, match_kind, get_file_preprocessor) 21 yield from _parse_file(filename, match_kind, get_file_preprocessor) 24 def _parse_file(filename, match_kind, get_file_preprocessor): function
|
/external/python/cpython3/Tools/c-analyzer/cpython/ |
D | _parser.py | 8 parse_file as _parse_file, unknown 298 yield from _parse_file(
|
/external/python/setuptools/setuptools/config/ |
D | setupcfg.py | 329 def _parse_file(cls, value, root_dir: _Path): member in ConfigHandler 498 parse_file = partial(self._parse_file, root_dir=self.root_dir) 535 version = self._parse_file(value, self.root_dir) 578 parse_file = partial(self._parse_file, root_dir=self.root_dir)
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | keep_sorted.py | 234 def _parse_file(self, ins): member in _FileSorter 327 self._parse_file(ins)
|