When calling a method on a module's class you get a NameError telling you the ... class Foo(): @staticmethod def bar(): print("Hello") # main.py import foo ...
確定! 回上一頁