Function
toupper
(c: CharLike)
Source from the content-addressed store, hash-verified
| 506 | |
| 507 | |
| 508 | def toupper(c: CharLike) -> str: |
| 509 | return binding_base(dll.toupper, make_char(c)) |
| 510 | |
| 511 | |
| 512 | def setlocale(category: int, locale: StringLike) -> str: |