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

Method setAccess

service/settings.py:210–211  ·  view source on GitHub ↗
(self, access)

Source from the content-addressed store, hash-verified

208 self.serviceNetworkSettings["type"] = type
209
210 def setAccess(self, access):
211 self.serviceNetworkSettings["access"] = access
212
213 @staticmethod
214 def autodetect():

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected