Home
last modified time | relevance | path

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

/third_party/python/Lib/distutils/command/
H A 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/
H A Dsetup.py19 from distutils.command.clean import clean as _clean namespace
115 class clean(_clean):
124 # _clean is an old-style class, so super() doesn't work.
125 _clean.run(self)
/third_party/python/Lib/distutils/tests/
H A Dtest_config_cmd.py81 # _clean removes files
94 cmd._clean(f1, f2)
/third_party/python/Lib/test/test_import/
H A D__init__.py858 def _clean(self): member in PycacheTests
865 self._clean()
874 self._clean()
922 # pyc_file gets removed in _clean() via tearDown().
947 # pyc_file gets removed in _clean() via tearDown().

Completed in 7 milliseconds