MCPcopy
hub / github.com/django/django / slice_expression

Method slice_expression

django/db/models/fields/__init__.py:2595–2598  ·  view source on GitHub ↗
(self, expression, start, length)

Source from the content-addressed store, hash-verified

2593 return name, path, args, kwargs
2594
2595 def slice_expression(self, expression, start, length):
2596 from django.db.models.functions import Substr
2597
2598 return Substr(expression, start, length)
2599
2600
2601class TimeField(DateTimeCheckMixin, Field):

Callers

nothing calls this directly

Calls 1

SubstrClass · 0.90

Tested by

no test coverage detected