Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sqlalchemy/sqlalchemy
/ eq_regex
Function
eq_regex
lib/sqlalchemy/testing/assertions.py:286–287 ·
view source on GitHub ↗
(a, b, msg=None, flags=0)
Source
from the content-addressed store, hash-verified
284
285
286
def
eq_regex(a, b, msg=None, flags=0):
287
assert re.match(b, a, flags), msg or
"%r !~ %r"
% (a, b)
288
289
290
def
eq_(a, b, msg=None):
Callers
15
test_check_constraint_reflection
Method · 0.90
test_log_positional_array
Method · 0.90
test_log_insertmanyvalues
Method · 0.90
test_exception_format_dict_param
Method · 0.90
test_exception_format_hide_parameters
Method · 0.90
test_exception_format_unexpected_parameter
Method · 0.90
test_exception_format_unexpected_member_parameter
Method · 0.90
test_appropriate_warning_for_gced_connection
Method · 0.90
test_named_subquery
Method · 0.90
test_basic_constructor_repr_base_cls
Method · 0.90
test_unmapped_mixin_valid_dataclass
Method · 0.90
test_base_is_dc
Method · 0.90
Calls
1
match
Method · 0.45
Tested by
15
test_check_constraint_reflection
Method · 0.72
test_log_positional_array
Method · 0.72
test_log_insertmanyvalues
Method · 0.72
test_exception_format_dict_param
Method · 0.72
test_exception_format_hide_parameters
Method · 0.72
test_exception_format_unexpected_parameter
Method · 0.72
test_exception_format_unexpected_member_parameter
Method · 0.72
test_appropriate_warning_for_gced_connection
Method · 0.72
test_named_subquery
Method · 0.72
test_basic_constructor_repr_base_cls
Method · 0.72
test_unmapped_mixin_valid_dataclass
Method · 0.72
test_base_is_dc
Method · 0.72