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

Method set_loop

opcua/server/binary_server_asyncio.py:102–103  ·  view source on GitHub ↗
(self, loop)

Source from the content-addressed store, hash-verified

100 self._policies = policies
101
102 def set_loop(self, loop):
103 self.loop = loop
104
105 def start(self):
106 prop = dict(

Callers 3

startMethod · 0.45
stopMethod · 0.45
startMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected