补充
This commit is contained in:
17
Test/CPythonTest/temp/d771d4d68d9e75b3.pyi
Normal file
17
Test/CPythonTest/temp/d771d4d68d9e75b3.pyi
Normal 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
|
||||
Reference in New Issue
Block a user