Searched refs:_clean (Results 1 – 5 of 5) sorted by relevance
13 from distutils.command.clean import clean as _clean unknown109 class clean(_clean):121 _clean.run(self)
9 from distutils.command.clean import clean as _clean unknown17 class clean(_clean):21 _clean.run(self)
155 def _clean(self, exec_path): # pylint: disable=no-self-use member in LibcxxTestFormat207 self._clean(exec_path)
172 self._clean = clean297 if self._clean:
81 def _clean(self, exec_path): member in TestFormat