MCPcopy
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_processMethod · 0.95
_stored_nameMethod · 0.95
stored_nameMethod · 0.95
stored_nameMethod · 0.80

Calls

no outgoing calls

Tested by 1