Join Nostr
2024-12-05 13:56:42 UTC

Vyvyan Basterd on Nostr: what's the best practice for type annotations in a python class where most methods ...

what's the best practice for type annotations in a python class where most methods return None? It feels lame to constantly repeat yourself with -> None: everywhere