Searched refs:visit_AsyncFunctionDef (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Lib/ | ||
D | pyclbr.py | 230 def visit_AsyncFunctionDef(self, node): member in _ModuleBrowser |
D | ast.py | 1006 def visit_AsyncFunctionDef(self, node): member in _Unparser |
D | inspect.py | 914 visit_AsyncFunctionDef = visit_FunctionDef variable in _ClassFinder |