-
-
Notifications
You must be signed in to change notification settings - Fork 33.2k
gh-66646: Explain __base__ attribute in the docs #102554
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+8
−0
Merged
Changes from 20 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
df3297b
Explain __base__ attribute in the docs
furkanonder 7997fc9
explain __base__ attribute in the stdtypes doc
furkanonder 933f8f3
explain __base__ attribute in the datamodel doc
furkanonder 53be240
Add note to the __base__ attribute explanation
furkanonder 548abb8
fix doc tests
furkanonder 90c3b74
Use right markup for CPython implementation
furkanonder 6d1ad66
Use impl-detail:: markup instead of note::
furkanonder b676958
harmonize indentation
merwok 68e557b
fix wording for CPython
furkanonder 6b13541
resolve conflict
furkanonder 01c2912
remove __base__ explaination in the object.rst and stdtypes.rst
furkanonder 53bd224
remove __base__ explaination in the datamodel.rst
furkanonder dabe938
add __base__ explaination into Doc/c-api/object.rst
furkanonder 1275b18
Merge branch 'python:main' into issue-66646
furkanonder f0fb022
Use :attr:`~class.__base__` instead of :attr:`__base__`
furkanonder 0246fe2
Merge branch 'main' into issue-66646
furkanonder 15b8649
Fix __base__ attribute references and description
furkanonder 9e10d94
Simplify __base__ attribute explanation
furkanonder ed7169c
Document __base__ attribute in data model reference
furkanonder 96381b4
Merge branch 'main' into issue-66646
furkanonder 20a5da7
Document __base__ attribute with single impl-detail block
furkanonder 71638d2
Merge branch 'main' into issue-66646
furkanonder ec6d7d3
Add blank line after documentation of __base__ attribute
furkanonder File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.