
Introspecting the ``typing`` module
===================================

.. module:: introspection.typing
.. versionadded:: 1.1

The ``introspection.typing`` submodule provides functions for the purpose
of dissecting :mod:`typing` types. It is recommended to familiarize yourself
with the ``typing`` module's core concepts by reading :pep:`0483` before
working with its internals.

|

.. automodule:: introspection.typing.introspection
.. automodule:: introspection.typing.misc
.. automodule:: introspection.typing.type_compat
