43 lines
718 B
Python
43 lines
718 B
Python
"""
|
|
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
|