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

Method add_argument

cli_function.py:204–210  ·  view source on GitHub ↗
(
            self,
            *args,
            **kwargs
        )

Source from the content-addressed store, hash-verified

202 return args_with_defaults
203
204 def add_argument(
205 self,
206 *args,
207 **kwargs
208 ):
209 argument = _Argument(*args, **kwargs)
210 self._arguments[argument.key] = argument
211
212 def cli_noexit(self, cli_args=None):
213 '''

Callers 3

__init__Method · 0.95
cli_noexitMethod · 0.45
__init__Method · 0.45

Calls 1

_ArgumentClass · 0.85

Tested by

no test coverage detected