""" Auto-generated Python stub file from main.py Module: main """ import t, c from t import CInt, CLong, CDouble, CPtr, CSizeT, CChar from stdio import printf import re import mpool import string import stdlib _pass_count: t.CExtern | CInt _fail_count: t.CExtern | CInt def check(name: CChar | CPtr, condition: bool) -> t.CInt: pass def make_pool() -> mpool.MPool | CPtr: pass def free_pool(pool: mpool.MPool | CPtr) -> t.CInt: pass def test_basic_match() -> t.CInt: pass def test_dot() -> t.CInt: pass def test_star() -> t.CInt: pass def test_plus() -> t.CInt: pass def test_question() -> t.CInt: pass def test_alt() -> t.CInt: pass def test_group() -> t.CInt: pass def test_charclass() -> t.CInt: pass def test_predefined() -> t.CInt: pass def test_search() -> t.CInt: pass def test_findall() -> t.CInt: pass def test_sub() -> t.CInt: pass def test_split() -> t.CInt: pass def test_anchors() -> t.CInt: pass def test_escape() -> t.CInt: pass def test_mpool_reuse() -> t.CInt: pass def test_complex() -> t.CInt: pass def main() -> t.CInt: pass