I need to be able to be able to call a function reflectively that’s defined within the same module e.g This fails because getattr requires 2 params, but I don’t know what to put for the first param, as there is no enclosing type or other module to import by name. If feel sure that the answer is very simple,