MCPcopy Index your code
hub / github.com/Flagsmith/flagsmith / exists

Method exists

api/tests/unit/core/test_unit_core_management.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class MockQuerySet(list): # type: ignore[type-arg]
11 def exists(self) -> bool:
12 return self.__len__() > 0
13
14
15def test_rollbackmigrationsappliedafter__valid_date_with_migrations__rolls_back_correctly(

Callers 15

validateMethod · 0.80
belongs_toMethod · 0.80
is_group_adminMethod · 0.80
saveMethod · 0.80
_is_user_object_adminFunction · 0.80
validateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected