Home | History | Annotate | Download | only in common_lib

Lines Matching defs:clean

5 This wrapper provides a mechanism to clean up temporary files/dirs once they
35 t.clean() # clean up after yourself
47 def clean(self):
64 self.clean()
82 b.clean() # clean up after yourself
102 def clean(self):
116 logging.debug('Clean was not called for ' + self.name)
117 self.clean()