PythonChannelPlugin class
the main class in the package
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
bindChannel(
String hostName, Channel channel) → void - bind channel to host
-
bindHost(
{required String name, required String debugPyPath, required String releasePath, String? debugExePath}) → void - bind new python host
-
getChannel(
String hostName, String channelName) → Channel - get bound channel
-
unbindChannel(
String hostName, String channelName) → void - unbind channel
-
unbindHost(
String hostName) → dynamic - unbind host