python 导入von根文件夹

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 导入von根文件夹相关的知识,希望对你有一定的参考价值。

from inspect import getsourcefile
import os.path
import sys
current_path = os.path.abspath(getsourcefile(lambda:0))
current_dir = os.path.dirname(current_path)
parent_dir = current_dir[:current_dir.rfind(os.path.sep)]
sys.path.insert(0, parent_dir)
from smoothing import Smooth  # Change name here.

以上是关于python 导入von根文件夹的主要内容,如果未能解决你的问题,请参考以下文章

如何运行从子文件夹导入的 Python 3 脚本?

SciPy:半圆上的 von Mises 分布?

von Neumann architecture

html Ein- und Ausblenden von Content

M - Lorenzo Von Matterhorn (二叉树 )

Windows根证书的批量导出和导入