MCPcopy Index your code
hub / github.com/RustPython/RustPython / stdlib_re.py

File stdlib_re.py

extra_tests/snippets/stdlib_re.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import re
2
3haystack = "Hello world"
4needle = "ello"

Callers

nothing calls this directly

Calls 14

isinstanceFunction · 0.85
escapeMethod · 0.80
spanMethod · 0.80
fullmatchMethod · 0.80
groupdictMethod · 0.80
printFunction · 0.50
searchMethod · 0.45
startMethod · 0.45
endMethod · 0.45
compileMethod · 0.45
subMethod · 0.45
groupMethod · 0.45

Tested by

no test coverage detected