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

Method __init__

django/contrib/postgres/search.py:386–389  ·  view source on GitHub ↗
(self, expression, string, **extra)

Source from the content-addressed store, hash-verified

384 output_field = FloatField()
385
386 def __init__(self, expression, string, **extra):
387 if not hasattr(string, "resolve_expression"):
388 string = Value(string)
389 super().__init__(expression, string, **extra)
390
391
392class TrigramWordBase(Func):

Callers

nothing calls this directly

Calls 2

ValueClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected