Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ parse_line
Method
parse_line
Tools/clinic/libclinic/clanguage.py:69–70 ·
view source on GitHub ↗
(self, line: str)
Source
from the content-addressed store, hash-verified
67
self.cpp = libclinic.cpp.Monitor(filename)
68
69
def
parse_line(self, line: str) -> None:
70
self.cpp.writeline(line)
71
72
def
render(
73
self,
Callers
nothing calls this directly
Calls
1
writeline
Method · 0.80
Tested by
no test coverage detected