重置上传,新增了多个标准库,开始 TransPyV 自举实验

This commit is contained in:
2026-07-19 11:39:02 +08:00
parent 4e66207ba1
commit 7a8a3646db
25 changed files with 28 additions and 52 deletions

View File

@@ -1,33 +0,0 @@
"""
Auto-generated Python stub file from _fakeduck.py
Module: _fakeduck
"""
import c
import t
import memhub
import string
class _Type:
def type_id(self: _Type) -> int: pass
class _str:
__requires__: list[str] = ['__mbuddy__']
__data__: str
__mbuddy__: memhub.MemBuddy | t.CPtr
def upper(self: _str) -> str: pass
def lower(self: _str) -> str: pass
def capitalize(self: _str) -> str: pass
def swapcase(self: _str) -> str: pass
def title(self: _str) -> str: pass
def casefold(self: _str) -> str: pass
def isupper(self: _str) -> bool: pass
def islower(self: _str) -> bool: pass
def isalpha(self: _str) -> bool: pass
def isdigit(self: _str) -> bool: pass
def isalnum(self: _str) -> bool: pass
def isspace(self: _str) -> bool: pass
def isascii(self: _str) -> bool: pass
def istitle(self: _str) -> bool: pass
def split(self: _str, delimiter: str) -> list[str]: pass