MCPcopy Create free account
hub / github.com/davidblewett/rure-python / locations

Method locations

regex/src/re_bytes.rs:684–686  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

682 /// crate, we continue to export it as an undocumented API.
683 #[doc(hidden)]
684 pub fn locations(&self) -> CaptureLocations {
685 CaptureLocations(self.0.searcher().locations())
686 }
687}
688
689/// An iterator over all non-overlapping matches for a particular string.

Callers 1

capture_locationsMethod · 0.45

Calls 2

searcherMethod · 0.80
CaptureLocationsClass · 0.70

Tested by

no test coverage detected