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

Function match

Lib/re.py:134–137  ·  view source on GitHub ↗

Try to apply the pattern at the start of the string, returning a match object, or None if no match was found.

(pattern, string, flags=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

filterFunction · 0.70
scanMethod · 0.70
listmessagesMethod · 0.70
matchMethod · 0.50
matchMethod · 0.50

Calls 2

_compileFunction · 0.70
matchMethod · 0.45

Tested by

no test coverage detected