ClassDef

class ClassDef(var pyObject: PyObject) : Python.AST.BaseStmt
ast.ClassDef = class ClassDef(stmt)
| ClassDef(identifier name, expr* bases, keyword* keywords, stmt* body, expr* decorator_list)

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open val col_offset: Int

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
open val end_lineno: Int

Maps to the end_lineno filed from Python's ast.

Link copied to clipboard
Link copied to clipboard
open val lineno: Int

Maps to the lineno filed from Python's ast.

Link copied to clipboard
Link copied to clipboard
var pyObject: PyObject