Ai
1 Star 2 Fork 2

ARMmbed/mbedtls

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
framework_scripts_path.py 419 Bytes
一键复制 编辑 原始数据 按行查看 历史
"""Add our Python library directory to the module search path.
Usage:
import framework_scripts_path # pylint: disable=unused-import
"""
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
#
import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__),
os.path.pardir,
'framework', 'scripts'))
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/armmbed/mbedtls.git
git@gitee.com:armmbed/mbedtls.git
armmbed
mbedtls
mbedtls
development

搜索帮助