AST.from constructor

AST.from(
  1. PythonClassInterface<PythonFfiDelegate<Object?>, Object?> _classDelegate
)

Wraps a Python object with the AST class definition.

Implementation

AST.from(this._classDelegate) : super.from(_classDelegate);