30 lines
573 B
Python
30 lines
573 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
|
|
import testcheck
|
|
|
|
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
|