createPythonBridge()
Signature
createPythonBridge(opts: PythonBridgeOptions = {}): Promise<PythonBridge>;Parameters
| Name | Type |
|---|---|
opts | PythonBridgeOptions |
Returns
Promise<PythonBridge>
Defined in: python.ts:20 (opens in a new tab)
createPythonBridge(opts: PythonBridgeOptions = {}): Promise<PythonBridge>;| Name | Type |
|---|---|
opts | PythonBridgeOptions |
Promise<PythonBridge>
Defined in: python.ts:20 (opens in a new tab)