diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 38a77119769d72..41890ec4cb4afa 100644 --- a/Doc/library/types.rst +++ b/Doc/library/types.rst @@ -354,6 +354,10 @@ Standard names are defined for the following types: .. seealso:: :pep:`810` + .. method:: resolve() + + Resolve the lazy object by reifying the lazily imported module. + .. class:: GetSetDescriptorType