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

Method timed_main

common.py:1031–1037  ·  view source on GitHub ↗

Main action of the derived class. Gets run once for every --arch and every --emulator.

(self)

Source from the content-addressed store, hash-verified

1029 pass
1030
1031 def timed_main(self):
1032 '''
1033 Main action of the derived class.
1034
1035 Gets run once for every --arch and every --emulator.
1036 '''
1037 pass
1038
1039 def teardown(self):
1040 '''

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected