MCPcopy 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'''

Callers 12

make_headerMethod · 0.95
make_node_codeMethod · 0.95
make_object_codeMethod · 0.95
make_object_type_codeMethod · 0.95
make_ext_obj_codeMethod · 0.95
make_variable_codeMethod · 0.95
make_method_codeMethod · 0.95
make_reference_codeMethod · 0.95
make_datatype_codeMethod · 0.95
make_refs_codeMethod · 0.95

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected