It seems like when I run a python program, the __module__ dunder of a function would return the fully qualified path to the module of that function. It works, but h
__module__