Skip to content

regex 2026.2.28

Version history | Download JSON

  • PyPI https://pypi.org/project/regex/
    Repository https://github.com/mrabarnett/mrab-regex

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 166
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 166 typable
      • 0 typed
      • 166 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 149
        "classes" : 10
        "other" : 0
    • 17 functions (+0 overloads)
      • 132 parameters
    • 3 classes
      • 4 methods (+0 overloads)
        • 6 parameters
      • 0 properties
    • 3 modules
      • 0 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
regex 0.0% 0.0% 0 0
regex._main 0.0% 0.0% 149 0
regex._regex_core 0.0% 0.0% 17 0

Incomplete Annotations

regex._main (149 missing, 0 any)

Symbol Typable Typed Any
func prefixmatch 11 0 0
func findall 11 0 0
func template 3 0 0
func splititer 9 0 0
func subf 12 0 0
func compile 6 0 0
func cache_all 2 0 0
func sub 12 0 0
func finditer 12 0 0
func subn 12 0 0
func fullmatch 11 0 0
func escape 4 0 0
func match 11 0 0
func split 9 0 0
func search 11 0 0
func purge 1 0 0
func subfn 12 0 0

regex._regex_core (17 missing, 0 any)

Symbol Typable Typed Any
meth Scanner.init 3 0 0
meth Scanner.scan 2 0 0
attr Scanner.lexicon 1 0 0
attr Scanner.scanner 1 0 0
meth error.init 4 0 0
attr error.msg 1 0 0
attr error.pattern 1 0 0
attr error.pos 1 0 0
attr error.lineno 1 0 0
attr error.colno 1 0 0
meth RegexFlag.repr 1 0 0

Type-Ignore Comments

No type-ignore comments.