MCPcopy Index your code
hub / github.com/RustPython/RustPython / unicode_tolower

Function unicode_tolower

crates/vm/src/stdlib/_sre.rs:54–56  ·  view source on GitHub ↗
(ch: i32)

Source from the content-addressed store, hash-verified

52
53 #[pyfunction]
54 fn unicode_tolower(ch: i32) -> i32 {
55 lower_unicode(ch as u32) as i32
56 }
57
58 trait SreStr: StrDrive {
59 fn slice(&self, start: usize, end: usize, vm: &VirtualMachine) -> PyObjectRef;

Callers

nothing calls this directly

Calls 1

lower_unicodeFunction · 0.85

Tested by

no test coverage detected