MCPcopy
hub / github.com/docopt/docopt / Dict

Class Dict

docopt.py:488–490  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

486
487
488class Dict(dict):
489 def __repr__(self):
490 return '{%s}' % ',\n '.join('%r: %r' % i for i in sorted(self.items()))
491
492
493def 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…