Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
print("mod2 __name__:", __name__)
print("in mod2")
def foo():
print("mod2.foo()")