1 Star 0 Fork 30

ohos_llvm/third_party_markupsafe

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
_speedups.pyi 229 Bytes
一键复制 编辑 原始数据 按行查看 历史
from typing import Any
from typing import Optional
from . import Markup
def escape(s: Any) -> Markup: ...
def escape_silent(s: Optional[Any]) -> Markup: ...
def soft_str(s: Any) -> str: ...
def soft_unicode(s: Any) -> str: ...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ohos_llvm/third_party_markupsafe.git
git@gitee.com:ohos_llvm/third_party_markupsafe.git
ohos_llvm
third_party_markupsafe
third_party_markupsafe
master

搜索帮助