Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3a8619a

Browse files
Update Doc/library/types.rst
Co-authored-by: Alex Waygood <[email protected]>
1 parent 1ae16ea commit 3a8619a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Doc/library/types.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,7 @@ Dynamic Type Creation
110110
Baz.__bases__ == (list,)
111111
get_original_bases(Baz) == (list[str],)
112112

113+
int.__bases__ == (object,)
113114
get_original_bases(int) == (object,)
114115

115116
.. versionadded:: 3.12

0 commit comments

Comments
 (0)