MCPcopy Create free account
hub / github.com/daniel2005d/mapXplore / __init__

Method __init__

console/modules/argumentsManager.py:3–4  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1
2class ArgumentsManager:
3 def __init__(self) -> None:
4 pass
5
6 def _get_arguments(self, args, length=2):
7 arguments = args.arg_list

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected