Skip to content

Commit 8bcee87

Browse files
[3.15] gh-142349: Document LazyImportType.resolve() method (GH-156936) (#157296)
Co-authored-by: Victorien <65306057+Viicos@users.noreply.github.com>
1 parent 090b5cd commit 8bcee87

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)