MCPcopy 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

hFunction · 0.45
cFunction · 0.45
IFunction · 0.45

Calls 2

has_headerMethod · 0.95
remove_headerMethod · 0.95

Tested by

no test coverage detected