MCPcopy Create free account
hub / github.com/dropbox/pyannotate / __init__

Method __init__

pyannotate_tools/annotations/parse.py:90–93  ·  view source on GitHub ↗
(self, comment)

Source from the content-addressed store, hash-verified

88 """
89
90 def __init__(self, comment):
91 # type: (str) -> None
92 super(ParseError, self).__init__('Invalid type comment: %s' % comment)
93 self.comment = comment
94
95
96def parse_json(path):

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected