MCPcopy
hub / github.com/django/django / read

Method read

tests/test_client_regress/tests.py:1289–1290  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1287 self.name = filename
1288
1289 def read(self):
1290 return b"TEST_FILE_CONTENT"
1291
1292
1293class UploadedFileEncodingTest(SimpleTestCase):

Calls

no outgoing calls

Tested by

no test coverage detected