Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deleter
Method
deleter
Lib/types.py:246–249 ·
view source on GitHub ↗
(self, fdel)
Source
from the content-addressed store, hash-verified
244
return
result
245
246
def
deleter(self, fdel):
247
result = type(self)(self.fget, self.fset, fdel, self.__doc__)
248
result.overwrite_doc = self.overwrite_doc
249
return
result
250
251
252
class
_GeneratorWrapper:
Callers
2
test_gh_115618
Method · 0.45
builtin_property.py
File · 0.45
Calls
no outgoing calls
Tested by
1
test_gh_115618
Method · 0.36