Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
15
get_available_name
Method · 0.95
get_test_modules
Function · 0.45
get_label_module
Function · 0.45
test_ignores_non_cache_files
Method · 0.45
test_clear_does_not_remove_cache_dir
Method · 0.45
test_creates_cache_dir_if_nonexistent
Method · 0.45
test_cache_dir_permissions
Method · 0.45
test_deletion_through_intermediate_proxy
Method · 0.45
test_to_field
Method · 0.45
test_ticket_19102_annotate
Method · 0.45
test_ticket_19102_extra
Method · 0.45
test_ticket_19102_select_related
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected