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

Function is_not_none

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

Source from the content-addressed store, hash-verified

305
306
307def is_not_none(a, msg=None):
308 is_not(a, None, msg=msg)
309
310
311def is_true(a, msg=None):

Calls 1

is_notFunction · 0.70