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

Method __repr__

preprocessor/docopt.py:140–142  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 self.children = list(children)
139
140 def __repr__(self):
141 return '%s(%s)' % (self.__class__.__name__,
142 ', '.join(repr(a) for a in self.children))
143
144 def flat(self, *types):
145 if type(self) in types:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected