3 ms·
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-annotations h
by VygmraMGVl 4y 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-annotations https://peps.python.org/pep-0526/#global-and-local-variable-...
- abdullahkhalids 4y agoYes, 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.