mirror of
https://github.com/erg-lang/erg.git
synced 2025-08-04 02:39:20 +00:00
10 lines
182 B
Python
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
|