(self, access)
| 208 | self.serviceNetworkSettings["type"] = type |
| 209 | |
| 210 | def setAccess(self, access): |
| 211 | self.serviceNetworkSettings["access"] = access |
| 212 | |
| 213 | @staticmethod |
| 214 | def autodetect(): |
nothing calls this directly
no outgoing calls
no test coverage detected