Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/python/mypy
/ accept
Method
accept
mypy/nodes.py:239–240 ·
view source on GitHub ↗
(self, visitor: NodeVisitor[T])
Source
from the content-addressed store, hash-verified
237
return
a
238
239
def
accept(self, visitor: NodeVisitor[T]) -> T:
240
raise
RuntimeError(
"Not implemented"
, type(self))
241
242
243
@trait
Callers
2
__str__
Method · 0.95
str_with_options
Method · 0.95
Calls
2
RuntimeError
Class · 0.85
type
Class · 0.85
Tested by
no test coverage detected