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

Method locations

regex/src/re_unicode.rs:741–743  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

739 /// crate, we continue to export it as an undocumented API.
740 #[doc(hidden)]
741 pub fn locations(&self) -> CaptureLocations {
742 CaptureLocations(self.0.searcher_str().locations())
743 }
744}
745
746/// An iterator over the names of all possible captures.

Callers 1

capture_locationsMethod · 0.45

Calls 2

searcher_strMethod · 0.80
CaptureLocationsClass · 0.70

Tested by

no test coverage detected