MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_true

Function is_true

lib/sqlalchemy/testing/assertions.py:317–318  ·  view source on GitHub ↗
(a, msg=None)

Source from the content-addressed store, hash-verified

315
316
317def is_true(a, msg=None):
318 is_(bool(a), True, msg=msg)
319
320
321def is_false(a, msg=None):

Calls 1

is_Function · 0.70