Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ path
Method
path
django/db/models/fields/files.py:65–67 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
63
64
@property
65
def
path(self):
66
self._require_file()
67
return
self.storage.path(self.name)
68
69
@property
70
def
url(self):
Callers
1
formfield
Method · 0.45
Calls
1
_require_file
Method · 0.95
Tested by
no test coverage detected