AsyncFunctionDef
class AsyncFunctionDef(var pyObject: PyObject) : Python.AST.BaseStmt, Python.AST.NormalOrAsyncFunctionDef, Python.AST.IsAsync
ast.AsyncFunctionDef = class AsyncFunctionDef(stmt)
| AsyncFunctionDef(identifier name, arguments args, stmt* body, expr* decorator_list, expr? returns, string? type_comment)
Content copied to clipboard
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Maps to the col_offset
filed from Python's ast.
Link copied to clipboard
Link copied to clipboard
Maps to the end_col_offset
filed from Python's ast.
Link copied to clipboard
Maps to the end_lineno
filed from Python's ast.
Link copied to clipboard
Link copied to clipboard