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
<p><strong>Abstract base classes introduce virtual subclasses, that don’t inherit from a class but are still recognized by isinstance().</strong></p>
320
+
<p><strong>Abstract base classes introduce virtual subclasses, that don’t inherit from a class but are still recognized by isinstance() and issubclass().</strong></p>
321
321
<pre><codeclass="python language-python hljs"><spanclass="hljs-keyword">from</span> numbers <spanclass="hljs-keyword">import</span> Integral, Rational, Real, Complex, Number
0 commit comments