Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
88 B
Python
Raw Normal View History

print("mod2 __name__:", __name__)
print("in mod2")
2021-03-15 19:27:36 +05:30
def foo():
print("mod2.foo()")