MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / finditer

Function finditer

Lib/re.py:181–186  ·  view source on GitHub ↗

Return an iterator over all non-overlapping matches in the string. For each match, the iterator returns a match object. Empty matches are included in the result.

(pattern, string, flags=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

_compileFunction · 0.70

Tested by

no test coverage detected