|
|
|
|
|
by maxwell86
1610 days ago
|
|
You suggested that Python type hints are useful. I laughed hard at that suggestion. Can you maybe just show how to type a Python function such that it does the absurdly simple thing of taking a numpy array of integers? def fun(nump_array_of_ints: ???): ...
Just to show everyone just how "useful" type hints in Python _actually_ are. |
|