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

Method close

opcua/common/utils.py:159–161  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

157 self.loop.call_soon_threadsafe(self.loop.stop)
158
159 def close(self):
160 self.loop.close()
161 self.loop = None
162
163 def call_soon(self, callback):
164 self.loop.call_soon_threadsafe(callback)

Callers 6

_runMethod · 0.45
disconnect_socketMethod · 0.45
save_to_fileMethod · 0.45
runTestMethod · 0.45
generate_ids.pyFile · 0.45
runMethod · 0.45

Calls

no outgoing calls

Tested by 1

runTestMethod · 0.36