Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vispy/vispy
/ parse_line
Method
parse_line
codegen/headerparser.py:316–318 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
314
return
keyDef
315
316
def
parse_line(self):
317
super().parse_line()
318
self.group = []
# must be set after line is parsed
319
320
321
class
Argument:
Callers
nothing calls this directly
Calls
1
parse_line
Method · 0.45
Tested by
no test coverage detected