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

Function embed

examples/client-events.py:9–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

client-events.pyFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected