coolblaze03's picture
Upload folder using huggingface_hub
907001b verified
Raw
History Blame Contribute Delete
165 Bytes
def switches(self):
"""pass"""
results = [switch for name, switch in self.storage.iteritems() if name.startswith(self.__joined_namespace)]
return results