补充
This commit is contained in:
33
Test/TestFBProject/temp/3727eb00d15bf59d.pyi
Normal file
33
Test/TestFBProject/temp/3727eb00d15bf59d.pyi
Normal file
@@ -0,0 +1,33 @@
|
||||
"""
|
||||
Auto-generated Python stub file from main.py
|
||||
Module: main
|
||||
"""
|
||||
|
||||
|
||||
from stdint import *
|
||||
import w32.win32console
|
||||
import t, c
|
||||
|
||||
def add_inline(a: t.CInt, b: t.CInt) -> t.CDefine:
|
||||
pass
|
||||
|
||||
def mul_inline(a: t.CInt, b: t.CInt) -> t.CDefine:
|
||||
pass
|
||||
|
||||
|
||||
class AppError(Exception):
|
||||
pass
|
||||
class DiskError(AppError):
|
||||
pass
|
||||
class NetworkError(AppError):
|
||||
pass
|
||||
class TimeoutError(NetworkError):
|
||||
pass
|
||||
|
||||
def raise_disk() -> t.CVoid | t.State: pass
|
||||
|
||||
def raise_network() -> t.CVoid | t.State: pass
|
||||
|
||||
def raise_timeout() -> t.CVoid | t.State: pass
|
||||
|
||||
def main() -> t.CInt | t.CExport | t.State: pass
|
||||
Reference in New Issue
Block a user