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

Method __init__

preprocessor/docopt.py:28–29  ·  view source on GitHub ↗
(self, message='')

Source from the content-addressed store, hash-verified

26 usage = ''
27
28 def __init__(self, message=''):
29 SystemExit.__init__(self, (message + '\n' + self.usage).strip())
30
31
32class Pattern(object):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected