Is there a way to call a function with a specific attribute? I was thinking something like this...
def this_one(f): f() class A: def a(self):