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

Function embed

opcua/tools.py:13–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 import code
12
13 def embed():
14 code.interact(local=dict(globals(), **locals()))
15
16from opcua import ua
17from opcua import Client

Callers 3

uaclientFunction · 0.70
uaserverFunction · 0.70
uacrypto.pyFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected