Ver originalclass MyClass(object): @staticmethod def stmethod(): return "Some str" print MyClass.stmethod()