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

Method __init__

codegen/headerparser.py:259–265  ·  view source on GitHub ↗
(self, line)

Source from the content-addressed store, hash-verified

257 ALLSKIPCHARS = SKIPTYPECHARS + "v1234"
258
259 def __init__(self, line):
260 self.keyname = None
261 self.extrachars = None
262 self.group = None
263 self.cargs = []
264 self.args = []
265 super().__init__(line)
266
267 def parse_line(self):
268 """Set cname, keyname, cargs attributes.

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected