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

Function findall

Lib/re.py:169–177  ·  view source on GitHub ↗

Return a list of all non-overlapping matches in the string. If one or more groups are present in the pattern, return a list of groups; this will be a list of tuples if the pattern has more than one group. 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 2

_compileFunction · 0.70
findallMethod · 0.45

Tested by

no test coverage detected