Thibaud Wilson Stettler
Thibaud Wilson Stettler
Highlights: - Replaced outdated Callable from typings by Collections.abc Callable, and added [..., Any] where they were already specified but just as generics "Callable", which will raise an error anyway....
Hi, Disclaimer: not very experienced dev, but try his best. A few days ago, I created type stubs (only pyi files) for some functions of bottleneck (see this repo https://github.com/OutSquareCapital/bn-typed,...
Hi, I've been using quite a lot bottleneck accross projects so far but I always had to spam "#type: ignore" or to wrap the functions with my owns to avoid...
# Overview - Added typing signatures for all public classes - Added Literals for Tracker and WindowType for convenient autocompletion - Deleted redundant and costly runtime isinstance check for arguments...