Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
485
class
Dict(dict):
486
def
__repr__(self):
487
return
'{%s}'
%
',\n '
.join(
'%r: %r'
% i
for
i in sorted(self.items()))
488
489
490
def
docopt(doc, argv=None, help=True, version=None, options_first=False):
Callers
1
docopt
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected