CodeQL library for Python
codeql/python-all 0.11.14 (changelog, source)
Search

Type signature RegExpParent

An element containing a regular expression term, that is, either a string literal (parsed as a regular expression; the root of the parse tree) or another regular expression term (a descendant of the root).

Direct supertypes