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

Method _make_header

opcua/common/structures.py:222–232  ·  view source on GitHub ↗
(self, _file)

Source from the content-addressed store, hash-verified

220 return result
221
222 def _make_header(self, _file):
223 _file.write("""
224'''
225THIS FILE IS AUTOGENERATED, DO NOT EDIT!!!
226'''
227
228from datetime import datetime
229import uuid
230
231from opcua import ua
232""")
233
234 def set_typeid(self, name, typeid):
235 for struct in self.model:

Callers 1

save_to_fileMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected