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

Method stop

opcua/client/client.py:74–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

72 _logger.debug("keepalive thread has stopped")
73
74 def stop(self):
75 _logger.debug("stoping keepalive thread")
76 self._dostop = True
77 with self._cond:
78 self._cond.notify_all()
79
80
81class Client(object):

Callers 1

close_sessionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected