MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / visit_FunctionDef

Method visit_FunctionDef

tools/python-3.11.9-amd64/Lib/ast.py:1031–1032  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

1029 self._write_docstring_and_traverse_body(node)
1030
1031 def visit_FunctionDef(self, node):
1032 self._function_helper(node, "def")
1033
1034 def visit_AsyncFunctionDef(self, node):
1035 self._function_helper(node, "async def")

Callers

nothing calls this directly

Calls 1

_function_helperMethod · 0.95

Tested by

no test coverage detected