Commit b6c427e
committed
Use Callback protocols to type the callbacks module
Replace the usage of mypy_extensions in the callbacks module with
Callback protocols to allow the usage of different type checkers
(pyright, ty, etc).
see: https://typing.python.org/en/latest/spec/callables.html#callback-protocols1 parent b0ab4e0 commit b6c427e
1 file changed
Lines changed: 249 additions & 254 deletions
0 commit comments