|
|
|
|
|
by jon-wood
332 days ago
|
|
I’m curious, what do you mean by having to wonder if it’s really a User? It’s optional in Python but you can use type annotations and then the type checker will shout at you for passing something that’s not a User instance to things that expect one. |
|