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

Function setattr

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

Source from the content-addressed store, hash-verified

38
39template <class Key, class Value>
40void setattr(object const& target, Key const& key, Value const& value BOOST_PYTHON_NO_ARRAY_ARG(Key))
41{
42 setattr(target, object(key), object(value));
43}
44
45template <class Key>
46void delattr(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key))

Callers 1

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected