MCPcopy Create free account
hub / github.com/boostorg/build / cleanup

Method cleanup

v2/test/BoostBuild.py:311–319  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

309 os.chdir(self.workdir)
310
311 def cleanup(self):
312 try:
313 TestCmd.TestCmd.cleanup(self)
314 os.chdir(self.original_workdir)
315 except AttributeError:
316 # When this is called during TestCmd.TestCmd.__del__ we can have
317 # both 'TestCmd' and 'os' unavailable in our scope. Do nothing in
318 # this case.
319 pass
320
321 #
322 # Methods that change the working directory's content.

Callers 15

basicFunction · 0.95
ignore_minus_nFunction · 0.95
failed_targetFunction · 0.95
missing_targetFunction · 0.95
build_onceFunction · 0.95
return_statusFunction · 0.95
save_restoreFunction · 0.95
basic_jam_action_testFunction · 0.95
test_basicFunction · 0.95

Calls

no outgoing calls