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

Method main

cli_function.py:304–310  ·  view source on GitHub ↗

Do the main function call work. :type arguments: Dict

(self, **kwargs)

Source from the content-addressed store, hash-verified

302 return _Argument.get_key(*args, **kwargs)
303
304 def main(self, **kwargs):
305 '''
306 Do the main function call work.
307
308 :type arguments: Dict
309 '''
310 raise NotImplementedError
311
312if __name__ == '__main__':
313 class OneCliFunction(CliFunction):

Callers 1

_do_mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected