ruff
f8890b70
- [ty] __file__ is always a string inside a Python module (#18071)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
145 days ago
[ty] __file__ is always a string inside a Python module (#18071) ## Summary Understand that `__file__` is always set and a `str` when looked up as an implicit global from a Python file we are type checking. ## Test Plan mdtests
References
#18071 - [ty] __file__ is always a string inside a Python module
Author
carljm
Parents
142c1bc7
Loading