Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __delattr__
Function
__delattr__
Lib/test/test_unittest/testmock/testpatch.py:36–37 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
34
def
__setattr__(self, name, value):
35
setattr(obj, name, value)
36
def
__delattr__(self, name):
37
delattr(obj, name)
38
Proxy.__setattr__ = __setattr__
39
Proxy.__delattr__ = __delattr__
40
return
Proxy()
Callers
nothing calls this directly
Calls
1
delattr
Function · 0.85
Tested by
no test coverage detected