Lines Matching defs:onerror
209 def onerror(*args):
211 shutil.rmtree(link, onerror=onerror)
251 def onerror(*args):
253 shutil.rmtree(link, onerror=onerror)
300 def onerror(*args):
302 shutil.rmtree(filename, onerror=onerror)
340 shutil.rmtree(TESTFN, onerror=self.check_args_to_onerror)
341 # Test whether onerror has actually been called.
343 "Expected call to onerror function did not happen.")