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

Method __init__

preprocessor/docopt.py:137–138  ·  view source on GitHub ↗
(self, *children)

Source from the content-addressed store, hash-verified

135 """Branch/inner node of a pattern tree."""
136
137 def __init__(self, *children):
138 self.children = list(children)
139
140 def __repr__(self):
141 return '%s(%s)' % (self.__class__.__name__,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected