MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_false

Function is_false

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

Source from the content-addressed store, hash-verified

319
320
321def is_false(a, msg=None):
322 is_(bool(a), False, msg=msg)
323
324
325def is_(a, b, msg=None):

Calls 1

is_Function · 0.70