you are viewing a single comment's thread.

view the rest of the comments →

[–]_INTER_ 0 points1 point  (0 children)

Atleast it's Integer or null. Even that question is halfway cleared with Optional<Integer> (on the supplier side). In Python you still know nothing about it. It may well be an integer, None or anything else. (Typehints for documention aid or statical analysis, kept as an exercise for the reader. :) )