Skip to content

Commit 4616116

Browse files
authored
gh-142349: Document LazyImportType.resolve() method (GH-156936)
1 parent 05b6061 commit 4616116

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Doc/library/types.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,10 @@ Standard names are defined for the following types:
354354

355355
.. seealso:: :pep:`810`
356356

357+
.. method:: resolve()
358+
359+
Reify the lazy import and return the "real" object being imported.
360+
357361

358362
.. class:: GetSetDescriptorType
359363

0 commit comments

Comments
 (0)