Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ stop
Method
stop
opcua/server/history_sql.py:343–346 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
341
return
sql_str[:-2]
# remove trailing space and comma for SQL syntax
342
343
def
stop(self):
344
with
self._lock:
345
self._conn.close()
346
self.logger.info(
'Historizing SQL connection closed'
)
Callers
nothing calls this directly
Calls
1
close
Method · 0.45
Tested by
no test coverage detected