标签:调用 code 哪些 方法 col style 全局 python color
在全局添加__all__,可以确定哪些方法或者哪些类可以被调用,例如:
__all__ = [‘__version__‘, ‘JudgeServer‘]
python __all__
原文地址:https://www.cnblogs.com/callyblog/p/10396045.html