Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
313
def
is_not_none(a, msg=None):
314
is_not(a, None, msg=msg)
315
316
317
def
is_true(a, msg=None):
Callers
11
test_get_embedded_bindparams
Method · 0.90
test_dml_returning_c_labels_four
Method · 0.90
test_rec_fairy_default_dialect
Method · 0.90
test_rec_fairy_adapted_dialect
Method · 0.90
test_checkin_event_gc
Method · 0.90
test_create_on_set_none
Method · 0.90
test_attribute_mapped_collection
Method · 0.90
test_column_mapped_collection
Method · 0.90
test_composite_column_mapped_collection
Method · 0.90
go
Method · 0.90
test_all_visit_methods_accept_kw
Method · 0.85
Calls
1
is_not
Function · 0.70
Tested by
11
test_get_embedded_bindparams
Method · 0.72
test_dml_returning_c_labels_four
Method · 0.72
test_rec_fairy_default_dialect
Method · 0.72
test_rec_fairy_adapted_dialect
Method · 0.72
test_checkin_event_gc
Method · 0.72
test_create_on_set_none
Method · 0.72
test_attribute_mapped_collection
Method · 0.72
test_column_mapped_collection
Method · 0.72
test_composite_column_mapped_collection
Method · 0.72
go
Method · 0.72
test_all_visit_methods_accept_kw
Method · 0.68