I need to call a class method by name, and pass any arguments. Below is an example of what I am try to do:
class C: def m(self, s, l=1): return &q