Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ stop_server_and_client
Method
stop_server_and_client
tests/tests_history.py:34–36 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
32
33
@classmethod
34
def
stop_server_and_client(cls):
35
cls.clt.disconnect()
36
cls.srv.stop()
37
38
@classmethod
39
def
create_var(cls):
Callers
2
tearDownClass
Method · 0.80
tearDownClass
Method · 0.80
Calls
2
disconnect
Method · 0.80
stop
Method · 0.45
Tested by
no test coverage detected