MCPcopy Create free account
hub / github.com/bleachbit/bleachbit / start

Method start

tests/TestOptions.py:59–61  ·  view source on GitHub ↗

Start the fake timer.

(self)

Source from the content-addressed store, hash-verified

57 self.function(*self.args, **self.kwargs)
58
59 def start(self):
60 """Start the fake timer."""
61 self.started = True
62
63
64class OptionsTestCase(common.BleachbitTestCase):

Callers 2

setUpMethod · 0.45
_patch_options_pathsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected