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 b28f305 commit d0dc879Copy full SHA for d0dc879
1 file changed
uncompyle6/semantics/customize37.py
@@ -20,6 +20,7 @@
20
from uncompyle6.semantics.consts import INDENT_PER_LEVEL, PRECEDENCE, TABLE_DIRECT
21
from uncompyle6.semantics.helper import flatten_list
22
23
+# FIXME get from a newer xdis
24
FSTRING_CONVERSION_MAP = {1: "!s", 2: "!r", 3: "!a", "X": ":X"}
25
26
0 commit comments