copapy/src/coparun_module.pyi

4 lines
200 B
Python
Raw Normal View History

def coparun(context: int, data: bytes) -> int: ...
def read_data_mem(context: int, rel_addr: int, length: int) -> bytes: ...
def create_target() -> int: ...
def clear_target(context: int) -> None: ...