1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 14:27:00 +08:00

Add: Iter running emulators when searching all emulators

This commit is contained in:
LmeSzinc
2024-04-14 00:20:46 +08:00
parent 87c466f55a
commit 3e47e8aa33
2 changed files with 41 additions and 2 deletions

View File

@@ -205,6 +205,14 @@ class EmulatorBase:
class EmulatorManagerBase:
@staticmethod
def iter_running_emulator():
"""
Yields:
str: Path to emulator executables, may contains duplicate values
"""
return
@cached_property
def all_emulators(self) -> t.List[EmulatorBase]:
"""