llvm-project
ffd341d6
- [MLIR] [Python] Added a missing cast to `__repr__` in the adaptors (#182867)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
15 hours ago
[MLIR] [Python] Added a missing cast to `__repr__` in the adaptors (#182867) Without it the return type is inferred as `nanobind::object` which results in invalid type stubs, since `__repr__` must return `str`.
References
#182867 - [MLIR] [Python] Added a missing cast to `__repr__` in the adaptors
Author
superbobry
Parents
e4245f2f
Loading