MCPcopy Create free account
hub / github.com/pyfa-org/Pyfa / setPort

Method setPort

service/settings.py:204–205  ·  view source on GitHub ↗
(self, port)

Source from the content-addressed store, hash-verified

202 self.serviceNetworkSettings["address"] = addr
203
204 def setPort(self, port):
205 self.serviceNetworkSettings["port"] = port
206
207 def setType(self, type):
208 self.serviceNetworkSettings["type"] = type

Callers 1

SaveSettingsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected