Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
664
def
_pr_compile(
665
regex: str, cleanup: Callable[[str], str]
666
) -> tuple[re.Pattern[Any], Callable[[str], str]]: ...
667
668
669
@overload
Callers
5
_prep_regexes
Method · 0.85
_add_option_string
Method · 0.85
_add_option_word
Method · 0.85
_add_partition_option_word
Method · 0.85
_add_option_regex
Method · 0.85
Calls
1
_re_compile
Function · 0.85
Tested by
no test coverage detected