snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
"""
Auto-generated Python stub file from main.py
Module: main
"""
import t, c
from stdint import *
from stdio import printf
import memhub
import json
import string
import w32.win32memory as win32mem
import testcheck
def test_construct(pool: memhub.MemPool | t.CPtr) -> t.CInt: pass
def test_build_structures(pool: memhub.MemPool | t.CPtr) -> t.CInt: pass
def test_parse(pool: memhub.MemPool | t.CPtr) -> t.CInt: pass
def test_write(pool: memhub.MemPool | t.CPtr) -> t.CInt: pass
def test_nested(pool: memhub.MemPool | t.CPtr) -> t.CInt: pass
def test_mpool_reuse() -> t.CInt: pass
def test_escape(pool: memhub.MemPool | t.CPtr) -> t.CInt: pass
def main() -> t.CInt | t.CExport: pass