DEV Community

Discussion on: Static Typing vs Testing == Apples vs Oranges

Collapse
 
dmerejkowsky profile image
Dimitri Merejkowsky

I doubt Python type hints support generics yet.

They do: mypy.readthedocs.io/en/stable/gene...

(e.g., linear types, ownership types, dependent types)

True dat.

Thread Thread
 
rvprasad profile image
Venkatesh-Prasad Ranganath

Good to know Python type hints supports generics :)