Datasets:
| def switches(self): | |
| """pass""" | |
| results = [switch for name, switch in self.storage.iteritems() if name.startswith(self.__joined_namespace)] | |
| return results |
| def switches(self): | |
| """pass""" | |
| results = [switch for name, switch in self.storage.iteritems() if name.startswith(self.__joined_namespace)] | |
| return results |