Python
interface Python
This interface encapsulates Python <-> Kotlin translation objects. It consists mainly, of translation objects from Python's ast
class (see Python.AST), but other Python classes (like complex
, ...) can be included, too.
This interface encapsulates Python <-> Kotlin translation objects. It consists mainly, of translation objects from Python's ast
class (see Python.AST), but other Python classes (like complex
, ...) can be included, too.