BaseObject

abstract class BaseObject(var pyObject: PyObject)

This is an abstract class that is common to all our python objects. Represents python's object.

Inheritors

Constructors

Link copied to clipboard
constructor(pyObject: PyObject)

Properties

Link copied to clipboard
var pyObject: PyObject