Jonas Obrist
Jonas Obrist
those docstrings look like they're the wrong way around (I'd expect them to be before the thing they document)
> Or you could use https://typing-extensions.readthedocs.io/en/latest/index.html#typing_extensions.Doc if the tooling groks that. I detest that use of type hints... I do a lot of fastapi these days and I find their...
Agree with dimaqq, this isn't enough information to go on. * Can you share the code used? * Are you _sure_ that the aiodynamo version is the _only_ thing changed...
@d-nishchay can you provide [profile output](https://docs.python.org/3/library/profile.html) for the two versions in your environment? Basically run your script using `python -m cProfile -o output.prof scriptname.py` then upload the "output.prof" files for...
I don't want this part: `(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)`, it's super confusing