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

Function update

include/win/boost/python/dict.hpp:128–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

126
127 template<class T>
128 void update(T const& E)
129 {
130 base::update(object(E));
131 }
132
133 public: // implementation detail -- for internal use only
134 BOOST_PYTHON_FORWARD_OBJECT_CONSTRUCTORS(dict, base)

Callers 8

decreaseMethod · 0.50
updateMethod · 0.50
increaseMethod · 0.50
decreaseMethod · 0.50
updateMethod · 0.50
pushMethod · 0.50
dereferenceMethod · 0.50
dereferenceMethod · 0.50

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected