Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6401e79 commit 3858a1cCopy full SHA for 3858a1c
1 file changed
Doc/glossary.rst
@@ -626,7 +626,8 @@ Glossary
626
method resolution order
627
Method Resolution Order is the order in which base classes are searched
628
for a member during lookup. See `The Python 2.3 Method Resolution Order
629
- <https://www.python.org/download/releases/2.3/mro/>`_.
+ <https://www.python.org/download/releases/2.3/mro/>`_ for details of the
630
+ algorithm used by the Python interpreter since the 2.3 release.
631
632
module
633
An object that serves as an organizational unit of Python code. Modules
0 commit comments