copapy/src/coparun_module.pyi

5 lines
201 B
Python
Raw Permalink 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: ...
2026-03-29 12:56:05 +00:00
def clear_target(context: int) -> None: ...