MCPcopy
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
432def humanize(dirname):

Callers 9

handleMethod · 0.45
downloadMethod · 0.45
preprocessMethod · 0.45
write_po_fileMethod · 0.45
copy_plural_formsMethod · 0.45
has_bomFunction · 0.45
pythonMethod · 0.45
handleMethod · 0.45
attach_fileMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected