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

Method capture_names

regex/src/re_unicode.rs:721–723  ·  view source on GitHub ↗

Returns an iterator over the capture names.

(&self)

Source from the content-addressed store, hash-verified

719
720 /// Returns an iterator over the capture names.
721 pub fn capture_names(&self) -> CaptureNames {
722 CaptureNames(self.0.capture_names().iter())
723 }
724
725 /// Returns the number of captures.
726 pub fn captures_len(&self) -> usize {

Callers 1

captures_lenMethod · 0.45

Calls 2

CaptureNamesClass · 0.70
iterMethod · 0.45

Tested by

no test coverage detected