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

Method findall

crates/stdlib/src/re.rs:360–362  ·  view source on GitHub ↗
(&self, search_text: PyStrRef, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

358
359 #[pymethod]
360 fn findall(&self, search_text: PyStrRef, vm: &VirtualMachine) -> PyResult {
361 do_findall(vm, self, search_text)
362 }
363 }
364
365 #[pyclass]

Callers

nothing calls this directly

Calls 1

do_findallFunction · 0.85

Tested by

no test coverage detected