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 bb3c1fa commit e015fc1Copy full SHA for e015fc1
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/SpecialMethodNames.java
@@ -158,7 +158,7 @@ public abstract class SpecialMethodNames {
158
public static final String VALUES = "values";
159
public static final String __FSPATH__ = "__fspath__";
160
public static final String TOBYTES = "tobytes";
161
- public static String DECODE = "decode";
+ public static final String DECODE = "decode";
162
163
public static final String RICHCMP = "__truffle_richcompare__";
164
}
0 commit comments