MCPcopy
hub / github.com/django/django / Warning

Class Warning

django/core/checks/messages.py:70–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68
69
70class Warning(CheckMessage):
71 def __init__(self, *args, **kwargs):
72 super().__init__(WARNING, *args, **kwargs)
73
74
75class Error(CheckMessage):

Callers 15

checkMethod · 0.90
checkMethod · 0.90
_check_pattern_nameMethod · 0.90
csrf.pyFile · 0.90
base.pyFile · 0.90
sessions.pyFile · 0.90

Calls

no outgoing calls