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

Method stop

opcua/server/server.py:357–362  ·  view source on GitHub ↗

Stop server

(self)

Source from the content-addressed store, hash-verified

355 raise exp
356
357 def stop(self):
358 """
359 Stop server
360 """
361 self.bserver.stop()
362 self.iserver.stop()
363
364 def get_root_node(self):
365 """

Callers 13

uaserverFunction · 0.95
__exit__Method · 0.95
test_port_in_useMethod · 0.95
mymainFunction · 0.95
delete_subscriptionsMethod · 0.45
startMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45
tearDownClassMethod · 0.45

Calls

no outgoing calls

Tested by 9

test_port_in_useMethod · 0.76
mymainFunction · 0.76
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36
tearDownClassMethod · 0.36