Example #1
0
 def list_remote(self):
     # type: () -> Dict[Tuple[str, str], dict]
     client = ServerFiles(server=self.INDEX_URL)
     return client.allinfo()
Example #2
0
def list_remote(server: str) -> Dict[Tuple[str, ...], dict]:
    client = ServerFiles(server)
    return client.allinfo()