Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/django/django
/ open
Method
open
django/core/files/base.py:137–139 ·
view source on GitHub ↗
(self, mode=None)
Source
from the content-addressed store, hash-verified
135
return
"Raw content"
136
137
def
open(self, mode=None):
138
self.seek(0)
139
return
self
140
141
def
close(self):
142
pass
Callers
2
test_open_resets_file_to_start_and_returns_context_manager
Method · 0.95
test_size_changing_after_writing
Method · 0.95
Calls
1
seek
Method · 0.80
Tested by
2
test_open_resets_file_to_start_and_returns_context_manager
Method · 0.76
test_size_changing_after_writing
Method · 0.76