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

Method visit_AsyncFunctionDef

Lib/pyclbr.py:229–230  ·  view source on GitHub ↗
(self, node)

Source from the content-addressed store, hash-verified

227 self.stack.pop()
228
229 def visit_AsyncFunctionDef(self, node):
230 self.visit_FunctionDef(node, is_async=True)
231
232 def visit_Import(self, node):
233 if node.col_offset != 0:

Callers

nothing calls this directly

Calls 1

visit_FunctionDefMethod · 0.95

Tested by

no test coverage detected