MCPcopy Create free account
hub / github.com/vispy/vispy / parse_line

Method parse_line

codegen/headerparser.py:184–186  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

182 self.shortname = self.glname = "" # short and long name
183
184 def parse_line(self):
185 # Do initial parsing of the incoming line (which may be multiline, actually)
186 raise NotImplementedError()
187
188 def _set_name(self, name):
189 # Store original name

Callers 2

from_function_defMethod · 0.45
parse_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected