MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / _pr_compile

Function _pr_compile

lib/sqlalchemy/dialects/mysql/reflection.py:664–666  ·  view source on GitHub ↗
(
    regex: str, cleanup: Callable[[str], str]
)

Source from the content-addressed store, hash-verified

662
663@overload
664def _pr_compile(
665 regex: str, cleanup: Callable[[str], str]
666) -> tuple[re.Pattern[Any], Callable[[str], str]]: ...
667
668
669@overload

Callers 5

_prep_regexesMethod · 0.85
_add_option_stringMethod · 0.85
_add_option_wordMethod · 0.85
_add_option_regexMethod · 0.85

Calls 1

_re_compileFunction · 0.85

Tested by

no test coverage detected