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

Method is_open

opcua/common/connection.py:198–199  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

196 self._open = False
197
198 def is_open(self):
199 return self._open
200
201 def set_policy_factories(self, policies):
202 """

Callers 3

open_secure_channelMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected