Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreeOpcUa/python-opcua
/ writecode
Method
writecode
schemas/generate_address_space.py:119–120 ·
view source on GitHub ↗
(self, *args)
Source
from the content-addressed store, hash-verified
117
self.output_file.close()
118
119
def
writecode(self, *args):
120
self.output_file.write(f
'{" ".join(args)}\n'
)
121
122
def
make_header(self, ):
123
self.writecode(f
''
&
#x27;
Callers
12
make_header
Method · 0.95
make_node_code
Method · 0.95
make_object_code
Method · 0.95
make_object_type_code
Method · 0.95
make_common_variable_code
Method · 0.95
make_ext_obj_code
Method · 0.95
make_variable_code
Method · 0.95
make_variable_type_code
Method · 0.95
make_method_code
Method · 0.95
make_reference_code
Method · 0.95
make_datatype_code
Method · 0.95
make_refs_code
Method · 0.95
Calls
1
write
Method · 0.45
Tested by
no test coverage detected