snapshot before regression test
This commit is contained in:
30
Test/TestProject3/temp/c01b27dbcd683245.pyi
Normal file
30
Test/TestProject3/temp/c01b27dbcd683245.pyi
Normal file
@@ -0,0 +1,30 @@
|
||||
"""
|
||||
Auto-generated Python stub file from fileiotest.py
|
||||
Module: fileiotest
|
||||
"""
|
||||
|
||||
|
||||
import t, c
|
||||
from t import CInt, CInt32T, CUInt32T, CPtr, CChar, CExport
|
||||
from stdint import *
|
||||
import stdlib
|
||||
import viperlib
|
||||
import w32.win32base
|
||||
import w32.win32file
|
||||
import w32.win32console
|
||||
import w32.fileio
|
||||
from w32.fileio import File, FileW, MODE, FRESULT, SEEK_SET, SEEK_CUR, SEEK_END
|
||||
|
||||
BUF_SIZE: t.CDefine = 4096
|
||||
|
||||
def fileio_main() -> t.CInt: pass
|
||||
|
||||
def fileio_with_test() -> t.CInt: pass
|
||||
|
||||
def fileio_handle_test() -> t.CInt: pass
|
||||
|
||||
def fileio_rw_test() -> t.CInt: pass
|
||||
|
||||
def fileio_wide_test() -> t.CInt: pass
|
||||
|
||||
def fileio_chinese_test() -> t.CInt: pass
|
||||
Reference in New Issue
Block a user