MCPcopy Index your code
hub / github.com/python/cpython / visit_AsyncFunctionDef

Method visit_AsyncFunctionDef

Lib/_ast_unparse.py:420–421  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

418 self._function_helper(node, "def")
419
420 def visit_AsyncFunctionDef(self, node):
421 self._function_helper(node, "async def")
422
423 def _function_helper(self, node, fill_suffix):
424 self.maybe_newline()

Callers

nothing calls this directly

Calls 1

_function_helperMethod · 0.95

Tested by

no test coverage detected