Files
TransPyC/Test/CPythonTest/temp/0cd580d62a3de4f8.pyi

34 lines
683 B
Python

"""
Auto-generated Python stub file from main.py
Module: main
"""
import t, c
from t import CInt, CLong, CDouble, CPtr, CSizeT
from stdio import printf
import cpython
_pass_count: t.CExtern | CInt
_fail_count: t.CExtern | CInt
def check(name: t.CChar | CPtr, condition: bool) -> t.CInt: pass
def test_init_finalize() -> t.CInt: pass
def test_long_operations() -> t.CInt: pass
def test_string_operations() -> t.CInt: pass
def test_list_operations() -> t.CInt: pass
def test_dict_operations() -> t.CInt: pass
def test_pyrun_string() -> t.CInt: pass
def test_import_module() -> t.CInt: pass
def test_operator_overload() -> t.CInt: pass
def main() -> CInt | t.CExport: pass