MCPcopy Index your code
hub / github.com/zzzeek/sqlalchemy / assert_raises_message_context_ok

Function assert_raises_message_context_ok

lib/sqlalchemy/testing/assertions.py:440–443  ·  view source on GitHub ↗
(
    except_cls, msg, callable_, *args, **kwargs
)

Source from the content-addressed store, hash-verified

438
439
440def assert_raises_message_context_ok(
441 except_cls, msg, callable_, *args, **kwargs
442):
443 return _assert_raises(except_cls, callable_, args, kwargs, msg=msg)
444
445
446def _assert_raises(

Callers 1

Calls 1

_assert_raisesFunction · 0.85

Tested by 1