Searched refs:_parse_file (Results 1 – 2 of 2) sorted by relevance
/external/python/setuptools/setuptools/ |
D | config.py | 240 def _parse_file(cls, value): member in ConfigHandler 406 parse_file = self._parse_file 472 'entry_points': self._parse_file,
|
/external/u-boot/tools/buildman/ |
D | kconfiglib.py | 228 self._parse_file(filename, None, None, None, self.top_block) 617 def _parse_file(self, filename, parent, deps, visible_if_deps, block): member in Config 707 self._parse_file(f, parent, deps, visible_if_deps, block)
|