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

Function embed

examples/server-enum.py:14–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 import code
13
14 def embed():
15 vars = globals()
16 vars.update(locals())
17 shell = code.InteractiveConsole(vars)
18 shell.interact()
19
20interactive = True
21

Calls

no outgoing calls

Tested by

no test coverage detected