Rewrote the comments in the libraries under 'includes' in English (excluding those inside folders)
This commit is contained in:
@@ -9,7 +9,8 @@ class _Type:
|
||||
|
||||
|
||||
class _str:
|
||||
# 编译期元数据:声明此类希望从 with 上下文获取 __mbuddy__ 字段(非必要,找不到不报错)
|
||||
# Compile-time metadata: declares that this class attempts to retrieve the __mbuddy__ field from the with context
|
||||
# (optional; no error will be raised if the field cannot be located)
|
||||
__requires__: list[str] = ['__mbuddy__']
|
||||
__data__: str
|
||||
__mbuddy__: memhub.MemBuddy | t.CPtr
|
||||
|
||||
Reference in New Issue
Block a user