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

Function SRE_MATCH

Modules/_sre.c:811–1498  ·  view source on GitHub ↗

check if string matches the given pattern. returns <0 for error, 0 for failure, and 1 for success */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

SRE_COUNTFunction · 0.85
SRE_SEARCHFunction · 0.85

Calls 7

SRE_ATFunction · 0.85
sre_categoryFunction · 0.85
SRE_CHARSETFunction · 0.85
SRE_COUNTFunction · 0.85
PyErr_NoMemoryFunction · 0.85
PyErr_CheckSignalsFunction · 0.70
lowerMethod · 0.45

Tested by

no test coverage detected