MCPcopy Index your code
hub / github.com/python/mypy / visit_func_def

Method visit_func_def

mypy/visitor.py:395–396  ·  view source on GitHub ↗
(self, o: mypy.nodes.FuncDef, /)

Source from the content-addressed store, hash-verified

393 # Definitions
394
395 def visit_func_def(self, o: mypy.nodes.FuncDef, /) -> T:
396 raise NotImplementedError()
397
398 def visit_overloaded_func_def(self, o: mypy.nodes.OverloadedFuncDef, /) -> T:
399 raise NotImplementedError()

Callers

nothing calls this directly

Calls 1

NotImplementedErrorClass · 0.85

Tested by

no test coverage detected