ilevkivskyi / typing_inspect

Runtime inspection utilities for Python typing module
MIT License
349 stars 35 forks source link

Support Final (PEP 591) #62

Closed sisp closed 3 years ago

sisp commented 3 years ago

This PR adds an is_final_type function and extends get_args to support Final type. Supported Python versions are 2.7 and 3.6+ (via typing_extensions before 3.8).

Closes #61.

sisp commented 3 years ago

@ilevkivskyi Any feedback? Can this be merged?