Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ComodoSecurity/openedr
/ obj_objdelattr
Function
obj_objdelattr
edrav2/eprj/boost/libs/python/test/object.cpp:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
}
90
91
void obj_objdelattr(object x, object const& name)
92
{
93
x.attr(name).del();
94
}
95
96
object obj_getitem(object x, object key)
97
{
Callers
nothing calls this directly
Calls
2
attr
Method · 0.80
del
Method · 0.45
Tested by
no test coverage detected