Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d88a25

Browse files
jkseppanQuLogic
andauthored
Simplify match expression
Co-authored-by: Elliott Sales de Andrade <quantum.analyst@gmail.com>
1 parent58169e5 commit1d88a25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lib/matplotlib/_type1font.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ def run(self, glyph_or_subr):
10491049
def_step(self,opcode):
10501050
"""Run one step in the charstring interpreter."""
10511051
matchopcode:
1052-
case_ifisinstance(opcode,int):
1052+
caseint():
10531053
self.buildchar_stack.append(opcode)
10541054
case (
10551055
'hsbw'|'sbw'|'closepath'|'hlineto'|'hmoveto'|'hcurveto'|

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp