补充
This commit is contained in:
47
Test/PointerTest/temp/e0c894447ac34ed3.pyi
Normal file
47
Test/PointerTest/temp/e0c894447ac34ed3.pyi
Normal file
@@ -0,0 +1,47 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
|
||||
from stdint import *
|
||||
import t, c
|
||||
import stdio
|
||||
import string
|
||||
import w32.win32console
|
||||
import w32.win32memory
|
||||
|
||||
_g_val: t.CExtern | t.CInt
|
||||
_g_ptr: t.CExtern | t.CUInt32T | t.CPtr
|
||||
|
||||
def test_global_write() -> t.CInt: pass
|
||||
|
||||
def test_global_write_no_decl() -> t.CInt: pass
|
||||
|
||||
def test_global_ptr() -> t.CInt: pass
|
||||
|
||||
def test_global_ptr_no_decl() -> t.CInt: pass
|
||||
|
||||
def test_pointer_arithmetic() -> t.CInt: pass
|
||||
|
||||
def test_array_decay() -> t.CInt: pass
|
||||
|
||||
def test_pointer_cast() -> t.CInt: pass
|
||||
|
||||
def test_pointer_offset() -> t.CInt: pass
|
||||
|
||||
|
||||
class TestStruct:
|
||||
a: t.CInt
|
||||
b: t.CInt
|
||||
c: t.CUInt64T
|
||||
|
||||
def test_struct_pointer() -> t.CInt: pass
|
||||
|
||||
def test_memcpy_pointers() -> t.CInt: pass
|
||||
|
||||
def fill_array(arr: t.CUInt32T | t.CPtr, count: t.CInt, val: t.CUInt32T) -> t.CInt: pass
|
||||
|
||||
def test_pointer_param() -> t.CInt: pass
|
||||
|
||||
def main() -> t.CInt | t.CExport: pass
|
||||
Reference in New Issue
Block a user