python __all__

Posted 下路派出所

tags:

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

在全局添加__all__,可以确定哪些方法或者哪些类可以被调用,例如:

__all__ = [__version__, JudgeServer]

 

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

python中模块的__all__属性

Python __all__系统变量

python中模块的__all__详细使用

python里的“__all__ ”作用

阅读python的base64.py源代码

Python中的 __all__和__path__ 解析