Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ data
Method
data
Lib/urllib/request.py:325–326 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
323
324
@property
325
def
data(self):
326
return
self._data
327
328
@data.setter
329
def
data(self, data):
Callers
3
h
Function · 0.45
c
Function · 0.45
I
Function · 0.45
Calls
2
has_header
Method · 0.95
remove_header
Method · 0.95
Tested by
no test coverage detected