MCPcopy
hub / github.com/django/django / describe

Method describe

django/db/migrations/operations/base.py:106–110  ·  view source on GitHub ↗

Output a brief summary of what the action does.

(self)

Source from the content-addressed store, hash-verified

104 )
105
106 def describe(self):
107 """
108 Output a brief summary of what the action does.
109 """
110 return "%s: %s" % (self.__class__.__name__, self._constructor_args)
111
112 def formatted_description(self):
113 """Output a description prefixed by a category symbol."""

Callers 3

formatted_descriptionMethod · 0.95
applyMethod · 0.45
unapplyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected