Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ reverse_path_infos
Method
reverse_path_infos
django/db/models/fields/related.py:1984–1985 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1982
1983
@cached_property
1984
def
reverse_path_infos(self):
1985
return
self.get_reverse_path_info()
1986
1987
def
_get_m2m_db_table(self, opts):
1988
""
"
Callers
nothing calls this directly
Calls
1
get_reverse_path_info
Method · 0.95
Tested by
no test coverage detected