补充
This commit is contained in:
51
Test/ClosureTest2/temp/052c7f96b9eefa2c.pyi
Normal file
51
Test/ClosureTest2/temp/052c7f96b9eefa2c.pyi
Normal file
@@ -0,0 +1,51 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
import c
|
||||
|
||||
|
||||
import t
|
||||
import stdio
|
||||
|
||||
def test_nonlocal_conditional() -> t.CInt: pass
|
||||
|
||||
def test_nonlocal_multi_var() -> t.CInt: pass
|
||||
|
||||
|
||||
g_counter: t.CExtern | t.CInt
|
||||
|
||||
def inc_global() -> t.CInt: pass
|
||||
|
||||
def add_global(n: t.CInt) -> t.CInt: pass
|
||||
|
||||
def test_global_cross_functions() -> t.CInt: pass
|
||||
|
||||
def test_nested_ref_capture() -> t.CInt: pass
|
||||
|
||||
def test_lambda_capture_then_modify() -> t.CInt: pass
|
||||
|
||||
def test_nonlocal_loop_accumulate() -> t.CInt: pass
|
||||
|
||||
def test_deep_nested_vars() -> t.CInt: pass
|
||||
|
||||
|
||||
g_state: t.CExtern | t.CInt
|
||||
|
||||
def test_global_nonlocal_same_func() -> t.CInt: pass
|
||||
|
||||
def test_lambda_default_and_capture() -> t.CInt: pass
|
||||
|
||||
def test_nested_accumulate() -> t.CInt: pass
|
||||
|
||||
def test_nonlocal_while() -> t.CInt: pass
|
||||
|
||||
|
||||
class Point:
|
||||
x: t.CInt
|
||||
y: t.CInt
|
||||
|
||||
def test_nested_modify_struct() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt: pass
|
||||
Reference in New Issue
Block a user