MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_not_none

Function is_not_none

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

Source from the content-addressed store, hash-verified

311
312
313def is_not_none(a, msg=None):
314 is_not(a, None, msg=msg)
315
316
317def is_true(a, msg=None):

Calls 1

is_notFunction · 0.70