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

Function delitem

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

Source from the content-addressed store, hash-verified

63
64template <class Key>
65void delitem(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))
66{
67 delitem(target, object(key));
68}
69
70template <class Target, class Begin, class End>
71object getslice(Target const& target, Begin const& begin, End const& end)

Callers 1

delMethod · 0.85

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected