MCPcopy 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
91void obj_objdelattr(object x, object const& name)
92{
93 x.attr(name).del();
94}
95
96object obj_getitem(object x, object key)
97{

Callers

nothing calls this directly

Calls 2

attrMethod · 0.80
delMethod · 0.45

Tested by

no test coverage detected