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

Function findall

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

Source from the content-addressed store, hash-verified

41
42
43def findall(pattern, string, flags=0, **options):
44 return RegexObject(pattern, flags=flags, **options).findall(string)
45
46
47def finditer(pattern, string, flags=0, **options):

Callers

nothing calls this directly

Calls 2

RegexObjectClass · 0.90
findallMethod · 0.80

Tested by

no test coverage detected