MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / is_false

Function is_false

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

Source from the content-addressed store, hash-verified

313
314
315def is_false(a, msg=None):
316 is_(bool(a), False, msg=msg)
317
318
319def is_(a, b, msg=None):

Calls 1

is_Function · 0.70