17 lines
383 B
Python
17 lines
383 B
Python
"""
|
|
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 |