MCPcopy Create free account
hub / github.com/PlatformLab/NanoLog / __init__

Method __init__

preprocessor/docopt.py:167–168  ·  view source on GitHub ↗
(self, name, value=False)

Source from the content-addressed store, hash-verified

165class Command(Argument):
166
167 def __init__(self, name, value=False):
168 self.name, self.value = name, value
169
170 def single_match(self, left):
171 for n, pattern in enumerate(left):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected