MCPcopy Create free account
hub / github.com/FreeOpcUa/python-opcua / embed

Function embed

examples/client-example.py:11–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9 import code
10
11 def embed():
12 vars = globals()
13 vars.update(locals())
14 shell = code.InteractiveConsole(vars)
15 shell.interact()
16
17
18from opcua import Client

Callers 1

client-example.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected