ShellInstance class

Constructors

ShellInstance.new({required String name, required String pythonPath, required String tempDir})

Properties

defaultWorkingDirectory String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
getter/setter pair
pythonPath String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tempDir String
getter/setter pair

Methods

installRequires(List<String> pythonRequires, {bool echo = true}) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove() → void
runFile(String pythonFile, {String? workingDirectory, ShellListener? listener, bool echo = true}) Future<void>
runString(String pythonCode, {String? workingDirectory, ShellListener? listener, bool echo = true}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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