snapshot before regression test
This commit is contained in:
38
Test/StringIterTest/temp/924ed8cd4ea5c4c2.pyi
Normal file
38
Test/StringIterTest/temp/924ed8cd4ea5c4c2.pyi
Normal file
@@ -0,0 +1,38 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
|
||||
import t
|
||||
import stdio
|
||||
import string
|
||||
import c
|
||||
import testcheck
|
||||
|
||||
def test_string_ptr_iter() -> t.CInt: pass
|
||||
|
||||
def test_string_ascii_sum() -> t.CInt: pass
|
||||
|
||||
def test_manual_strcpy() -> t.CInt: pass
|
||||
|
||||
def test_ptr_offset_compare() -> t.CInt: pass
|
||||
|
||||
def test_manual_strlen() -> t.CInt: pass
|
||||
|
||||
def test_reverse_string_ptr() -> t.CInt: pass
|
||||
|
||||
def test_double_pointer() -> t.CInt: pass
|
||||
|
||||
def test_ptr_arithmetic() -> t.CInt: pass
|
||||
|
||||
def test_manual_strcmp() -> t.CInt: pass
|
||||
|
||||
|
||||
class Vec2:
|
||||
x: t.CInt
|
||||
y: t.CInt
|
||||
|
||||
def test_struct_ptr_access() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt: pass
|
||||
Reference in New Issue
Block a user