https://github.com/python/cpython/commit/8bcee873f22e1b63506996d1f894a29a0cb65663 commit: 8bcee873f22e1b63506996d1f894a29a0cb65663 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: hugovk <[email protected]> date: 2026-09-11T19:19:38+03:00 summary:
[3.15] gh-142349: Document `LazyImportType.resolve()` method (GH-156936) (#157296) Co-authored-by: Victorien <[email protected]> files: M Doc/library/types.rst diff --git a/Doc/library/types.rst b/Doc/library/types.rst index 38a77119769d72..9e928e6dd3637b 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() + + Reify the lazy import and return the "real" object being imported. + .. class:: GetSetDescriptorType _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
