erg/compiler/erg_compiler/lib/pystd/string.d.er
Shunsuke Shibayama 1356ce399b Add string module
2022-10-21 11:24:23 +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