copapy/src/coparun_module.pyi

3 lines
97 B
Python

def coparun(data: bytes) -> int: ...
def read_data_mem(rel_addr: int, length: int) -> bytes: ...