动态 __file__

Posted baishoujing

tags:

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

class Tools(object):

    @classmethod
    def _exec_path(self,dir):
        if dir:
            return os.path.dirname(sys._getframe(1).f_code.co_filename)
        else:
            return  sys._getframe(1).f_code.co_filename


tools = Tools()
pwd = partial(tools._exec_path,dir=True)

以上是关于动态 __file__的主要内容,如果未能解决你的问题,请参考以下文章

MYBATIS05_ifwherechoosewhentrimsetforEach标签sql片段

静态和动态断言调试

C++中动态库调用动态库如何调用啊

[mybatis]动态sql_sql_抽取可重用的sql片段

VScode用户片段

python学习之获取文件动态路径命令