The following code works:
class Foo: def run_this(self): print("ran this") ff = Foo() method = getattr(ff, "run_this") method