ruff
28bfcf82 - [ty] Make `ModuleType` and `object` attributes available on namespace packages (#22606)

Commit
37 days ago
[ty] Make `ModuleType` and `object` attributes available on namespace packages (#22606) ## Summary Currently we don't think that namespace packages (e.g. `google` after you've pip-installed `google-cloud-ndb`) have attributes such as `__file__`, `__name__`, etc. This PR fixes that. ## Test Plan Mdtests and snapshots.
Author
Parents
Loading