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

Function insert

include/win/boost/python/list.hpp:94–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

92
93 template <class T>
94 void insert(ssize_t index, T const& x) // insert object before index
95 {
96 base::insert(index, object(x));
97 }
98
99 template <class T>
100 void insert(object const& index, T const& x) // insert object before index

Callers 15

lvalue_from_pytypeMethod · 0.70
to_python_converterMethod · 0.70
register_selfMethod · 0.70
string_parse_treeMethod · 0.50
register_Method · 0.50
insert_implMethod · 0.50
node_baseClass · 0.50
node_baseClass · 0.50
callMethod · 0.50
insertMethod · 0.50
put_valueMethod · 0.50

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected