Skip to content

Commit f7fa24f

Browse files
authored
Merge pull request #1913 from Shaikh-Ubaid/add_missing_slots
lpython.py: Add missing slots
2 parents 4df05e0 + 96ca516 commit f7fa24f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/runtime/lpython/lpython.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"overload", "ccall", "TypeVar", "pointer", "c_p_pointer", "Pointer",
1010
"p_c_pointer", "vectorize", "inline", "Union", "static",
1111
"packed", "Const", "sizeof", "ccallable", "ccallback", "Callable",
12-
"Allocatable"]
12+
"Allocatable", "In", "Out", "InOut", "dataclass"]
1313

1414
# data-types
1515

0 commit comments

Comments
 (0)