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

Method cleanup

test/BoostBuild.py:313–321  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

311 os.chdir(self.workdir)
312
313 def cleanup(self):
314 try:
315 TestCmd.TestCmd.cleanup(self)
316 os.chdir(self.original_workdir)
317 except AttributeError:
318 # When this is called during TestCmd.TestCmd.__del__ we can have
319 # both 'TestCmd' and 'os' unavailable in our scope. Do nothing in
320 # this case.
321 pass
322
323 #
324 # 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