Home
last modified time | relevance | path

Searched defs:PandoraClient (Results 1 – 2 of 2) sorted by relevance

/external/pandora/avatar/avatar/controllers/
Dpandora_device.py34 def destroy(devices: List['PandoraClient']) -> None:
40 def get_info(devices: List['PandoraClient']) -> List[Optional[Dict[str, Any]]]:
/external/pandora/avatar/avatar/
Dpandora_client.py53 class PandoraClient: class