MCPcopy Index your code
hub / github.com/cirosantilli/linux-kernel-module-cheat / teardown

Method teardown

common.py:1039–1043  ·  view source on GitHub ↗

Similar to setup, but run after timed_main.

(self)

Source from the content-addressed store, hash-verified

1037 pass
1038
1039 def teardown(self):
1040 '''
1041 Similar to setup, but run after timed_main.
1042 '''
1043 pass
1044
1045class BuildCliFunction(LkmcCliFunction):
1046 '''

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected