Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ deleter
Method
deleter
Lib/types.py:252–255 ·
view source on GitHub ↗
(self, fdel)
Source
from the content-addressed store, hash-verified
250
return
result
251
252
def
deleter(self, fdel):
253
result = type(self)(self.fget, self.fset, fdel, self.__doc__)
254
result.overwrite_doc = self.overwrite_doc
255
return
result
256
257
258
class
_GeneratorWrapper:
Callers
1
test_gh_115618
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_gh_115618
Method · 0.64