MCPcopy
hub / github.com/django-commons/django-polymorphic / all

Method all

src/polymorphic/managers.py:87–88  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

85 if TYPE_CHECKING:
86
87 def all(self) -> PolymorphicQuerySet[_All, _Base]:
88 return self.get_queryset()
89
90 def filter(self, *args: Any, **kwargs: Any) -> PolymorphicQuerySet[_All, _Base]:
91 return self.get_queryset().filter(*args, **kwargs)

Callers 15

non_polymorphicMethod · 0.95
instance_ofMethod · 0.95
not_instance_ofMethod · 0.95
get_real_instancesMethod · 0.95
handle_noargsMethod · 0.80
handle_noargsMethod · 0.80
handle_noargsMethod · 0.80
bench_load1Function · 0.80
bench_load1_shortFunction · 0.80
bench_load2Function · 0.80
bench_load2_shortFunction · 0.80
bench_deleteFunction · 0.80

Calls 1

get_querysetMethod · 0.95