39 lines
1.1 KiB
Python
39 lines
1.1 KiB
Python
"""
|
|
Auto-generated Python stub file from zc.test.py
|
|
Module: zc.test
|
|
"""
|
|
|
|
|
|
import config
|
|
import t, c
|
|
|
|
def AboutSizeTWhileTest(length: t.CSizeT) -> t.CInt: pass
|
|
|
|
def MathBasicTest(x: t.CInt, y: t.CInt) -> t.CInt: pass
|
|
|
|
def MathAdvancedTest(value: t.CInt) -> t.CInt: pass
|
|
|
|
def WhileWithElifElseTest(start: t.CInt, end: t.CInt) -> t.CInt: pass
|
|
|
|
def NestedWhileWithMacrosTest(outer_limit: t.CInt, inner_limit: t.CInt) -> t.CInt: pass
|
|
|
|
def ComplexConditionTest(a: t.CInt, b: t.CInt, c_val: t.CInt) -> t.CInt: pass
|
|
|
|
def RetryLoopTest(retry_count: t.CInt) -> t.CInt: pass
|
|
|
|
def BitwiseOperationsTest(value: t.CInt) -> t.CInt: pass
|
|
|
|
def CompoundAssignmentMathTest(a: t.CInt, b: t.CInt) -> t.CInt: pass
|
|
|
|
def PowerAndModuloTest(base: t.CInt, exponent: t.CInt) -> t.CInt: pass
|
|
|
|
def MixedArithmeticTest(x: t.CInt, y: t.CInt, z: t.CInt) -> t.CInt: pass
|
|
|
|
def MathWithWhileLoopTest(start: t.CInt, count: t.CInt) -> t.CInt: pass
|
|
|
|
def ComplexNestedMathTest(a: t.CInt, b: t.CInt) -> t.CInt: pass
|
|
|
|
def ConditionalMathChainTest(value: t.CInt) -> t.CInt: pass
|
|
|
|
def BitManipulationMathTest(value: t.CInt) -> t.CInt: pass
|