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

Method set_server_name

opcua/server/server.py:303–304  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

301 self.iserver.add_endpoint(edp)
302
303 def set_server_name(self, name):
304 self.name = name
305
306 def set_build_info(self, product_uri, manufacturer_name, product_name, software_version, build_number, build_date):
307 """

Callers 6

uaserverFunction · 0.95
__init__Method · 0.80
server-callback.pyFile · 0.80
server-example.pyFile · 0.80
server-methods.pyFile · 0.80
__init__Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected