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

Method _do_main

cli_function.py:139–140  ·  view source on GitHub ↗
(self, kwargs)

Source from the content-addressed store, hash-verified

137 return self._do_main(kwargs)
138
139 def _do_main(self, kwargs):
140 return self.main(**self._get_args(kwargs))
141
142 def __init__(self, config_file=None, description=None, extra_config_params=None):
143 self._arguments = collections.OrderedDict()

Callers 2

__call__Method · 0.95
cli_noexitMethod · 0.95

Calls 2

mainMethod · 0.95
_get_argsMethod · 0.95

Tested by

no test coverage detected