.
.
It looks like some things have changed since the last time I used the package: - `context` is no longer required to call the `Pipelined` and `HSet` function - The...
Fixes #348 Release Notes: **Types of changes**: - [ ] Bug fix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [ ]...
Fixes #337 [WIP] Support for methods that return instance objects but are untyped or typed with the Any type. ```python class Some: def add(self, attr): self.acc += attr return self...