Y
Hacker News
new
|
ask
|
show
|
jobs
by
VygmraMGVl
1241 days ago
You can declare a type-hint beforehand without setting the value of the variable. See:
https://peps.python.org/pep-0526/#global-and-local-variable-...
1 comments
abdullahkhalids
1241 days ago
Yes, but then those variables are not visible when we dir(object), which makes it harder for the user to prototype. Certainly, type hinting should not get in the way of the users.
link