MCPcopy
hub / github.com/django/django / back

Function back

django/utils/deprecation.py:87–90  ·  view source on GitHub ↗
(frame, level)

Source from the content-addressed store, hash-verified

85 return f"{mod_name}.{frame.f_code.co_qualname}"
86
87 def back(frame, level):
88 if frame is not None:
89 return frame.f_back, level + 1
90 return None, level
91
92 frame, level = inspect.currentframe(), 0
93 try:

Callers 1

warn_about_external_useFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected