Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ read
Method
read
django/core/management/commands/loaddata.py:428–429 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
426
raise
ValueError(
"Zip-compressed fixtures must contain one file."
)
427
428
def
read(self):
429
return
zipfile.ZipFile.read(self, self.namelist()[0])
430
431
432
def
humanize(dirname):
Callers
9
handle
Method · 0.45
download
Method · 0.45
preprocess
Method · 0.45
write_po_file
Method · 0.45
copy_plural_forms
Method · 0.45
has_bom
Function · 0.45
python
Method · 0.45
handle
Method · 0.45
attach_file
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected