erg/crates/erg_compiler/lib/pystd/keyword.d.er
2024-11-15 11:25:08 +09:00

4 lines
102 B
Python

.kwlist: List Str
.softkwlist: List Str
.iskeyword: (s: Str) -> Bool
.issoftkeyword: (s: Str) -> Bool