Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
_run
Method · 0.45
disconnect_socket
Method · 0.45
save_to_file
Method · 0.45
runTest
Method · 0.45
generate_ids.py
File · 0.45
run
Method · 0.45
Calls
no outgoing calls
Tested by
1
runTest
Method · 0.36