Searched refs:visit_AsyncFunctionDef (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Lib/ | ||
H A D | pyclbr.py | 230 def visit_AsyncFunctionDef(self, node): member in _ModuleBrowser |
H A D | ast.py | 1034 def visit_AsyncFunctionDef(self, node): member in _Unparser |
H A D | inspect.py | 1037 visit_AsyncFunctionDef = visit_FunctionDef variable in _ClassFinder |
Completed in 12 milliseconds