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

Method __repr__

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

Source from the content-addressed store, hash-verified

484
485class Dict(dict):
486 def __repr__(self):
487 return '{%s}' % ',\n '.join('%r: %r' % i for i in sorted(self.items()))
488
489
490def docopt(doc, argv=None, help=True, version=None, options_first=False):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected