Static methods in Python?

Can I define a static method which I can call directly on the class instance? e.g.,

MyClass.the_static_method()

← Назад к списку