MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / del

Method del

include/win/boost/python/object_attributes.hpp:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100inline void attribute_policies::del(
101 object const& target
102 , char const* key)
103{
104 python::delattr(target, key);
105}
106
107inline void objattribute_policies::del(
108 object const& target

Callers

nothing calls this directly

Calls 1

delattrFunction · 0.85

Tested by

no test coverage detected