Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 519 Bytes

File metadata and controls

16 lines (12 loc) · 519 Bytes

API reference

The canonical public surface is python_introspect.__all__. Applications should import these names from python_introspect rather than internal modules.

.. automodule:: python_introspect
   :members:
   :exclude-members: register_type_resolver
   :member-order: bysource

.. py:function:: register_type_resolver(resolver)

   Register a process-local resolver that maps an application proxy type to its
   public type. A resolver returns ``None`` when it does not own the candidate.