MCPcopy
hub / github.com/django/django / get_path_info

Method get_path_info

django/db/models/fields/related.py:1973–1974  ·  view source on GitHub ↗
(self, filtered_relation=None)

Source from the content-addressed store, hash-verified

1971 return [*join1infos, *intermediate_infos, *join2infos]
1972
1973 def get_path_info(self, filtered_relation=None):
1974 return self._get_path_info(direct=True, filtered_relation=filtered_relation)
1975
1976 @cached_property
1977 def path_infos(self):

Callers 1

path_infosMethod · 0.95

Calls 1

_get_path_infoMethod · 0.95

Tested by

no test coverage detected