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

Method __repr__

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

Source from the content-addressed store, hash-verified

104 self.name, self.value = name, value
105
106 def __repr__(self):
107 return '%s(%r, %r)' % (self.__class__.__name__, self.name, self.value)
108
109 def flat(self, *types):
110 return [self] if not types or type(self) in types else []

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected