31 lines
693 B
Python
31 lines
693 B
Python
"""
|
|
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
|