Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sqlalchemy/sqlalchemy
/ null
Function
null
lib/sqlalchemy/sql/_elements_constructors.py:1381–1384 ·
view source on GitHub ↗
Return a constant :class:`.Null` construct.
()
Source
from the content-addressed store, hash-verified
1379
1380
1381
def
null() -> Null:
1382
""
"Return a constant :class:`.Null` construct."
""
1383
1384
return
Null._instance()
1385
1386
1387
@overload
Callers
15
test_null_true_false_is_sanity_checks
Method · 0.90
test_fourteen
Method · 0.90
test_constants_are_singleton
Method · 0.90
test_constant_render_distinct
Method · 0.90
test_constant_render_distinct_use_labels
Method · 0.90
test_is_eq_precedence_flat
Method · 0.90
AnyAllTest
Class · 0.90
test_deduping_unique_across_selects
Method · 0.90
test_cast
Method · 0.90
test_val_and_null
Method · 0.90
test_detect_change_in_binds_no_tracking
Method · 0.90
test_union_correspondence
Method · 0.90
Calls
1
_instance
Method · 0.45
Tested by
15
test_null_true_false_is_sanity_checks
Method · 0.72
test_fourteen
Method · 0.72
test_constants_are_singleton
Method · 0.72
test_constant_render_distinct
Method · 0.72
test_constant_render_distinct_use_labels
Method · 0.72
test_is_eq_precedence_flat
Method · 0.72
test_deduping_unique_across_selects
Method · 0.72
test_cast
Method · 0.72
test_val_and_null
Method · 0.72
test_detect_change_in_binds_no_tracking
Method · 0.72
test_union_correspondence
Method · 0.72
test_alias_union
Method · 0.72