Skip to content

Commit c0ccf02

Browse files
committed
add PStruct builtin class type
1 parent 0ddcc33 commit c0ccf02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/PythonBuiltinClassType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ public enum PythonBuiltinClassType implements LazyPythonClass {
122122
PLZMACompressor("LZMACompressor", "_lzma"),
123123
PLZMADecompressor("LZMADecompressor", "_lzma"),
124124
LsprofProfiler("Profiler", "_lsprof"),
125+
PStruct("Struct", "_struct"),
125126

126127
// Errors and exceptions:
127128

0 commit comments

Comments
 (0)