This commit is contained in:
2026-06-16 16:09:42 +08:00
commit bffb0cb6b7
644 changed files with 86620 additions and 0 deletions

View 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