python-llist
python-llist copied to clipboard
ENH: Add type hints
For some reason VScode doesn't offer any intellisense for llist. Is this a bug in my setup or because there are no type hints and Pylance can't analyse the way this package works because it's pure CPython?
Maybe it would be possible to get method suggestions by adding a type hint file?
This is what I get:
