MCPcopy Index your code
hub / github.com/python/cpython / _regexes.py

File _regexes.py

Tools/c-analyzer/c_parser/parser/_regexes.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Regular expression patterns for C syntax.
2#
3# None of these patterns has any capturing. However, a number of them
4# have capturing markers compatible with utils.set_capture_groups().

Callers

nothing calls this directly

Calls 4

_indFunction · 0.85
dedentMethod · 0.45
joinMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected