Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
receive_from_header_and_body
Method · 0.95
is_secure_channel_open
Method · 0.80
open_secure_channel
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected