Growing pains for typing in Python
Growing pains for typing in Python
Posted Jan 20, 2024 2:26 UTC (Sat) by gps (subscriber, #45638)In reply to: Growing pains for typing in Python by aigarius
Parent article: Growing pains for typing in Python
PEP 544 Protocols which could also be thought of as partial ABCs and other languages may call Interfaces or Structural Types exist and let us do what you claim is impossible.
Some of the largest proponents for and deployments of Python static type checking are those maintaining tens to hundreds of millions of lines of Python code.
