You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1934,8 +1934,8 @@
1934
1934
| MyClass --> MyMetaClass |
1935
1935
| | v |
1936
1936
| object -----> type <+ |
1937
-
| | ^ +--+ |
1938
-
| str ---------+ |
1937
+
| | ^ +--+ |
1938
+
| str ----------+ |
1939
1939
+-------------+-------------+
1940
1940
</code></pre>
1941
1941
<div><h3id="inheritancediagram">Inheritance Diagram</h3><pre><codeclass="python language-python hljs">MyClass.__base__ == object <spanclass="hljs-comment"># MyClass is a subclass of object.</span>
0 commit comments