补充
This commit is contained in:
38
Test/TestProject2/temp/75583f20a922ab2e.pyi
Normal file
38
Test/TestProject2/temp/75583f20a922ab2e.pyi
Normal file
@@ -0,0 +1,38 @@
|
||||
"""
|
||||
Auto-generated Python stub file from zc.test.py
|
||||
Module: zc.test
|
||||
"""
|
||||
|
||||
|
||||
import config
|
||||
import t, c
|
||||
|
||||
def AboutSizeTWhileTest(length: t.CSizeT) -> t.CVoid | t.State: pass
|
||||
|
||||
def MathBasicTest(x: t.CInt, y: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def MathAdvancedTest(value: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def WhileWithElifElseTest(start: t.CInt, end: t.CInt) -> t.CVoid | t.State: pass
|
||||
|
||||
def NestedWhileWithMacrosTest(outer_limit: t.CInt, inner_limit: t.CInt) -> t.CVoid | t.State: pass
|
||||
|
||||
def ComplexConditionTest(a: t.CInt, b: t.CInt, c_val: t.CInt) -> t.CVoid | t.State: pass
|
||||
|
||||
def RetryLoopTest(retry_count: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def BitwiseOperationsTest(value: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def CompoundAssignmentMathTest(a: t.CInt, b: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def PowerAndModuloTest(base: t.CInt, exponent: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def MixedArithmeticTest(x: t.CInt, y: t.CInt, z: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def MathWithWhileLoopTest(start: t.CInt, count: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def ComplexNestedMathTest(a: t.CInt, b: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def ConditionalMathChainTest(value: t.CInt) -> t.CInt | t.State: pass
|
||||
|
||||
def BitManipulationMathTest(value: t.CInt) -> t.CInt | t.State: pass
|
||||
Reference in New Issue
Block a user