MCPcopy
hub / github.com/django/django / path_infos

Method path_infos

django/db/models/fields/related.py:1977–1978  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1975
1976 @cached_property
1977 def path_infos(self):
1978 return self.get_path_info()
1979
1980 def get_reverse_path_info(self, filtered_relation=None):
1981 return self._get_path_info(direct=False, filtered_relation=filtered_relation)

Callers

nothing calls this directly

Calls 1

get_path_infoMethod · 0.95

Tested by

no test coverage detected