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

Method state

crates/sre_engine/benches/benches.rs:11–13  ·  view source on GitHub ↗
(&self, string: S)

Source from the content-addressed store, hash-verified

9
10impl Pattern {
11 fn state<'a, S: StrDrive>(&self, string: S) -> (Request<'a, S>, State) {
12 self.state_range(string, 0..usize::MAX)
13 }
14
15 fn state_range<'a, S: StrDrive>(
16 &self,

Callers 1

basicFunction · 0.45

Calls 1

state_rangeMethod · 0.80

Tested by

no test coverage detected