This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
"""
Auto-generated Python stub file from viperio.py
Module: viperio
"""
import t, c
@t.Object
class Buf:
buf: str
length: t.CSizeT
capacity: t.CSizeT
onHeap: bool
def __init__(self: Buf, buf: str, length: t.CSizeT, onHeap: bool) -> t.CVoid | t.State: pass
def free(self: Buf) -> t.CVoid | t.State: pass
def __del__(self: Buf) -> t.CVoid | t.State: pass