erg/crates/erg_compiler/lib/pystd/string.d.er
2023-01-15 12:03:19 +09:00

10 lines
182 B
Python

.ascii_letters: Str
.ascii_lowercase: Str
.ascii_uppercase: Str
.digits: Str
.hexdigits: Str
.octdigits: Str
.punctuation: Str
.printable: Str
.whitespace: Str
.Formatter: ClassType