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

Function finditer

rure/__init__.py:47–48  ·  view source on GitHub ↗
(pattern, string, flags=0, **options)

Source from the content-addressed store, hash-verified

45
46
47def finditer(pattern, string, flags=0, **options):
48 return RegexObject(pattern, flags=flags, **options).finditer(string)

Callers

nothing calls this directly

Calls 2

RegexObjectClass · 0.90
finditerMethod · 0.80

Tested by

no test coverage detected