补充
This commit is contained in:
28
Test/ClosureTest/temp/73edbcf76e32d00b.pyi
Normal file
28
Test/ClosureTest/temp/73edbcf76e32d00b.pyi
Normal file
@@ -0,0 +1,28 @@
|
||||
"""
|
||||
Auto-generated Python stub file from stdio.py
|
||||
Module: stdio
|
||||
"""
|
||||
|
||||
|
||||
import t, c
|
||||
|
||||
def printf(fmt: t.CChar | t.CConst | t.CPtr, *args) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
def fprintf(stream: t.CVoid | t.CPtr, fmt: t.CChar | t.CConst | t.CPtr, *args) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
def sprintf(buf: t.CChar | t.CPtr, fmt: t.CChar | t.CConst | t.CPtr, *args) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
def snprintf(buf: t.CChar | t.CPtr, size: t.CSizeT, fmt: t.CChar | t.CConst | t.CPtr, *args) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
def puts(s: t.CChar | t.CConst | t.CPtr) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
def fputs(s: t.CChar | t.CConst | t.CPtr, stream: t.CVoid | t.CPtr) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
def fgets(buf: t.CChar | t.CPtr, size: t.CInt, stream: t.CVoid | t.CPtr) -> t.CChar | t.CPtr | t.CExtern | t.CExport: pass
|
||||
|
||||
def fflush(stream: t.CVoid | t.CPtr) -> t.CInt | t.CExtern | t.CExport: pass
|
||||
|
||||
|
||||
stdin: t.CExtern | t.CVoid | t.CPtr
|
||||
stdout: t.CExtern | t.CVoid | t.CPtr
|
||||
stderr: t.CExtern | t.CVoid | t.CPtr
|
||||
42
Test/ClosureTest/temp/7dbf085f7e3e8944.pyi
Normal file
42
Test/ClosureTest/temp/7dbf085f7e3e8944.pyi
Normal file
@@ -0,0 +1,42 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
import stdio
|
||||
|
||||
g_val: t.CExtern | t.CInt
|
||||
|
||||
def outer_modify_global() -> t.CInt: pass
|
||||
|
||||
def test_global_in_nested() -> t.CInt: pass
|
||||
|
||||
def test_nonlocal_multi_level() -> t.CInt: pass
|
||||
|
||||
|
||||
g_mixed: t.CExtern | t.CInt
|
||||
|
||||
def test_global_nonlocal_mixed() -> t.CInt: pass
|
||||
|
||||
def test_lambda_multi_capture() -> t.CInt: pass
|
||||
|
||||
def test_lambda_arg_capture() -> t.CInt: pass
|
||||
|
||||
def test_nested_return() -> t.CInt: pass
|
||||
|
||||
def test_nonlocal_loop() -> t.CInt: pass
|
||||
|
||||
|
||||
g_arr: t.CExtern | list[t.CInt, 4]
|
||||
|
||||
def test_global_array() -> t.CInt: pass
|
||||
|
||||
def test_nested_conditional() -> t.CInt: pass
|
||||
|
||||
def test_lambda_chain() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt: pass
|
||||
2
Test/ClosureTest/temp/_sha1_map.txt
Normal file
2
Test/ClosureTest/temp/_sha1_map.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
73edbcf76e32d00b:includes/stdio.py
|
||||
7dbf085f7e3e8944:main.py
|
||||
Reference in New Issue
Block a user