Anki/pylib/anki/_backend/rsbridge.pyi
2021-01-31 20:56:21 +10:00

7 lines
221 B
Python

def buildhash() -> str: ...
def open_backend(data: bytes) -> Backend: ...
class Backend:
@classmethod
def command(self, method: int, data: bytes) -> bytes: ...
def db_command(self, data: bytes) -> bytes: ...