MCPcopy
hub / github.com/django/django / __init__

Method __init__

django/contrib/postgres/fields/array.py:363–366  ·  view source on GitHub ↗
(self, start, end, *args, **kwargs)

Source from the content-addressed store, hash-verified

361
362class SliceTransform(Transform):
363 def __init__(self, start, end, *args, **kwargs):
364 super().__init__(*args, **kwargs)
365 self.start = start
366 self.end = end
367
368 def as_sql(self, compiler, connection):
369 lhs, params = compiler.compile(self.lhs)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected