Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ clean_name
Method
clean_name
django/contrib/staticfiles/storage.py:463–464 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
461
yield
name, hashed_name, processed, substitutions
462
463
def
clean_name(self, name):
464
return
name.replace(
"\\"
,
"/"
)
465
466
def
hash_key(self, name):
467
return
name
Callers
5
_post_process
Method · 0.95
_stored_name
Method · 0.95
stored_name
Method · 0.95
stored_name
Method · 0.80
test_clear_empties_manifest
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_clear_empties_manifest
Method · 0.64