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 979c757 commit fb8cd97Copy full SHA for fb8cd97
docs/pages/concept.rst
@@ -114,7 +114,10 @@ that some ``list`` is ``List[int]`` or ``List[str]``:
114
``__instancecheck__`` magic method
115
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
116
117
-We need some custom type inference mechanism:
+We need some custom type inference mechanism.
118
+For this purpose we use
119
+`__instancecheck__ <https://docs.python.org/3/reference/datamodel.html#class.__instancecheck>`_
120
+magic method:
121
122
.. code:: python
123
0 commit comments