AsyncOrNot

Several classes are duplicated in the python AST for async and non-async variants. This interface is a common interface for those AST classes.

Inheritors

Properties

Link copied to clipboard
open val col_offset: Int

Maps to the col_offset filed from Python's ast.

Link copied to clipboard

Maps to the end_col_offset filed from Python's ast.

Link copied to clipboard
open val end_lineno: Int

Maps to the end_lineno filed from Python's ast.

Link copied to clipboard
open val lineno: Int

Maps to the lineno filed from Python's ast.

Link copied to clipboard
abstract val pyObject: PyObject