可用的回归测试通过的标准版本
This commit is contained in:
33
Test/CPythonTest/temp/0cd580d62a3de4f8.pyi
Normal file
33
Test/CPythonTest/temp/0cd580d62a3de4f8.pyi
Normal file
@@ -0,0 +1,33 @@
|
||||
"""
|
||||
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
|
||||
Reference in New Issue
Block a user