动态 __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片段