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

Function delattr

include/win/boost/python/object_protocol.hpp:46–49  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45template <class Key>
46void delattr(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))
47{
48 delattr(target, object(key));
49}
50
51template <class Target, class Key>
52object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))

Callers 1

delMethod · 0.85

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected