Files
renpy/scripts/pyi/emscripten.pyi
T
2025-01-04 23:33:41 -05:00

8 lines
164 B
Python

def run_script(s) -> None: ...
def run_script_int(s) -> int: ...
def run_script_string(s) -> str: ...
def sleep(n : float) -> None: ...
def syncfs() -> None: ...