mypy 0.750 behaves strangely when run on the following code snippet: from typing import FrozenSet s1: FrozenSet[bool] s2: FrozenSet[bool] s3: FrozenSet[int] reveal_type(s1) # note: Revealed type is ...
It looks (despite this seems to be not documented in sphinx-doc), that the second signature takes precedence and methods below could be referenced (either internally in CPython or with the intersphinx ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results