MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / is_none

Function is_none

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

Source from the content-addressed store, hash-verified

307
308
309def is_none(a, msg=None):
310 is_(a, None, msg=msg)
311
312
313def is_not_none(a, msg=None):

Calls 1

is_Function · 0.70