Del

class Del(var pyObject: PyObject) : Python.AST.BaseExprContext
ast.Del = class Del(expr_context)
| Del

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject