DartPyModule class

A dart representation for the python module

Constructors

DartPyModule(String moduleName, Pointer<PyObject> _moduleRef)

Properties

hashCode int
The hash code for this object.
no setterinherited
moduleName String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes the python module
getFunction(String name) DartPyFunction
Gets a function from the module
noSuchMethod(Invocation inv) → dynamic
Invoked when a nonexistent method or property is accessed.
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited