MCPcopy Create free account
hub / github.com/RustPython/RustPython / visit_AsyncFunctionDef

Method visit_AsyncFunctionDef

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

visit_FunctionDefMethod · 0.95

Tested by

no test coverage detected