snapshot before regression test
This commit is contained in:
43
Test/ClosureTest/temp/52e6b51da061882f.pyi
Normal file
43
Test/ClosureTest/temp/52e6b51da061882f.pyi
Normal file
@@ -0,0 +1,43 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
import stdio
|
||||
import testcheck
|
||||
|
||||
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 | t.CArray[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
|
||||
Reference in New Issue
Block a user