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

Method __init__

django/db/models/expressions.py:1248–1251  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1246 """Represent JSON `null` primitive."""
1247
1248 def __init__(self):
1249 from django.db.models import JSONField
1250
1251 super().__init__(None, output_field=JSONField())
1252
1253 def __repr__(self):
1254 return f"{self.__class__.__name__}()"

Callers

nothing calls this directly

Calls 2

JSONFieldClass · 0.90
__init__Method · 0.45

Tested by

no test coverage detected