Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
309
def
is_none(a, msg=None):
310
is_(a, None, msg=msg)
311
312
313
def
is_not_none(a, msg=None):
Callers
12
test_render_postcompile_named_parameters
Method · 0.90
test_new_expanded_state_no_params
Method · 0.90
test_accessor_no_params
Method · 0.90
test_new_expanded_state_new_params
Method · 0.90
test_none
Method · 0.90
test_checkin_event_gc
Method · 0.90
test_modify
Method · 0.90
test_update
Method · 0.90
test_set_ops
Method · 0.90
test_create_on_set_none
Method · 0.90
test_transaction_accessor
Method · 0.90
test_column_collation_reflection
Method · 0.85
Calls
1
is_
Function · 0.70
Tested by
12
test_render_postcompile_named_parameters
Method · 0.72
test_new_expanded_state_no_params
Method · 0.72
test_accessor_no_params
Method · 0.72
test_new_expanded_state_new_params
Method · 0.72
test_none
Method · 0.72
test_checkin_event_gc
Method · 0.72
test_modify
Method · 0.72
test_update
Method · 0.72
test_set_ops
Method · 0.72
test_create_on_set_none
Method · 0.72
test_transaction_accessor
Method · 0.72
test_column_collation_reflection
Method · 0.68