Thanks to visit codestin.com Credit goes to github.com
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 a18e072 commit 5d0adf1Copy full SHA for 5d0adf1
1 file changed
lib/matplotlib/dviread.pyi
@@ -74,6 +74,8 @@ class TexMetrics:
74
tex_width: int
75
tex_height: int
76
tex_depth: int
77
+ # work around mypy not respecting kw_only=True in stub files
78
+ __match_args__ = ()
79
80
class Tfm:
81
checksum: int
0 commit comments