Home
last modified time | relevance | path

Searched refs:_clean (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/distutils/command/
Dconfig.py150 def _clean(self, *filenames): member in config
187 self._clean()
215 self._clean()
231 self._clean()
250 self._clean()
270 self._clean()
/third_party/protobuf/python/
Dsetup.py19 from distutils.command.clean import clean as _clean unknown
115 class clean(_clean):
125 _clean.run(self)
/third_party/python/Lib/distutils/tests/
Dtest_config_cmd.py91 cmd._clean(f1, f2)
/third_party/python/Lib/test/test_import/
D__init__.py838 def _clean(self): member in PycacheTests
845 self._clean()
854 self._clean()