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

Class Dict

preprocessor/docopt.py:485–487  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483
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 1

docoptFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected