NormalOrAsyncFunctionDef
ast.FunctionDef and ast.AsyncFunctionDef are not related according to the Python syntax. However, they are so similar, that we make use of this interface to avoid a lot of duplicate code.
Inheritors
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