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

Method _get_table_name

opcua/server/history_sql.py:236–237  ·  view source on GitHub ↗
(self, node_id)

Source from the content-addressed store, hash-verified

234 return results, cont
235
236 def _get_table_name(self, node_id):
237 return str(node_id.NamespaceIndex) + '_' + str(node_id.Identifier)
238
239 def _get_event_fields(self, evtypes):
240 """

Callers 6

new_historized_nodeMethod · 0.95
save_node_valueMethod · 0.95
read_node_historyMethod · 0.95
new_historized_eventMethod · 0.95
save_eventMethod · 0.95
read_event_historyMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected