可用的回归测试通过的标准版本
This commit is contained in:
14
Test/TestProject/temp/4bf3e0150b9e02e9.pyi
Normal file
14
Test/TestProject/temp/4bf3e0150b9e02e9.pyi
Normal file
@@ -0,0 +1,14 @@
|
||||
"""
|
||||
Auto-generated Python stub file from base64.py
|
||||
Module: base64
|
||||
"""
|
||||
|
||||
|
||||
import t, c
|
||||
|
||||
b64_tab: t.CExtern | list[t.CChar, None]
|
||||
b64_dec_tab: t.CExtern | list[t.CInt8T, 80]
|
||||
|
||||
def b64encode(s: str, out: str) -> t.CSizeT: pass
|
||||
|
||||
def b64decode(s: str, out: t.CUInt8T | t.CPtr) -> t.CSizeT: pass
|
||||
Reference in New Issue
Block a user