From 1ddd01d92986e6394d742b8ddd426433eceef5df Mon Sep 17 00:00:00 2001 From: Viicos <65306057+Viicos@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:32:36 +0200 Subject: [PATCH] gh-142349: Document `LazyImportType.resolve()` method --- Doc/library/types.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 38a77119769d724..41890ec4cb4afaf 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