✏️ 正在编辑: _jstring.pyi
路径:
/usr/lib/fm-agent/dependencies/aarch64/linux/python3.10/jpype/_jstring.pyi
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
from typing import Any, Text class _JStringProto(Text): def __add__(self, other: Text) -> Text: ... def __len__(self) -> int: ... def __getitem__(self, i: int) -> Text: ... def __contains__(self, other: Text) -> bool: ... def __hash__(self) -> Any: ...
💾 保存文件
← 返回文件管理器