MCPcopy 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

tearDownClassMethod · 0.80
tearDownClassMethod · 0.80

Calls 2

disconnectMethod · 0.80
stopMethod · 0.45

Tested by

no test coverage detected