MCPcopy
hub / github.com/django/django / exists

Method exists

tests/file_storage/test_base.py:12–13  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

10 """Simple Storage subclass implementing the bare minimum for testing."""
11
12 def exists(self, name):
13 return False
14
15 def _save(self, name):
16 return name

Calls

no outgoing calls

Tested by

no test coverage detected