MCPcopy
hub / github.com/django/django / model

Method model

django/contrib/postgres/fields/array.py:45–51  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

43
44 @property
45 def model(self):
46 try:
47 return self.__dict__["model"]
48 except KeyError:
49 raise AttributeError(
50 "'%s' object has no attribute 'model'" % self.__class__.__name__
51 )
52
53 @model.setter
54 def model(self, model):

Callers 7

_create_user_objectMethod · 0.45
handleMethod · 0.45
_saveMethod · 0.45
log_actionsMethod · 0.45
__init__Method · 0.45
__init__Method · 0.45
createMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected