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

Method __init__

preprocessor/docopt.py:103–104  ·  view source on GitHub ↗
(self, name, value=None)

Source from the content-addressed store, hash-verified

101 """Leaf/terminal node of a pattern tree."""
102
103 def __init__(self, name, value=None):
104 self.name, self.value = name, value
105
106 def __repr__(self):
107 return '%s(%r, %r)' % (self.__class__.__name__, self.name, self.value)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected