补充
This commit is contained in:
15
Test/TestProject/temp/7e4cef8dd61984f0.pyi
Normal file
15
Test/TestProject/temp/7e4cef8dd61984f0.pyi
Normal file
@@ -0,0 +1,15 @@
|
||||
"""
|
||||
Auto-generated Python stub file from base64.py
|
||||
Module: base64
|
||||
"""
|
||||
|
||||
|
||||
import binascii
|
||||
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