Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ LessThanOrEqual
Class
LessThanOrEqual
django/db/models/lookups.py:433–434 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
431
432
@Field.register_lookup
433
class
LessThanOrEqual(FieldGetDbPrepValueMixin, BuiltinLookup):
434
lookup_name =
"lte"
435
436
437
class
IntegerFieldOverflow:
Callers
2
_filter_prefetch_queryset
Function · 0.90
test_conditional_expression
Method · 0.90
Calls
no outgoing calls
Tested by
1
test_conditional_expression
Method · 0.72