So how do we actually figure out whether a function or a class is actually defined where we imported it from?
What if you have code in your project that accidentally imports `namedtuple` from `functools` this whole time?
✨That's where `__module__` comes in:
What if you have code in your project that accidentally imports `namedtuple` from `functools` this whole time?
✨That's where `__module__` comes in:
Loading suggestions...