MCPcopy Create free account
hub / github.com/ComodoSecurity/openedr / getslice

Function getslice

edrav2/eprj/boost/libs/python/src/object_protocol.cpp:170–175  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170BOOST_PYTHON_DECL object getslice(object const& target, handle<> const& begin, handle<> const& end)
171{
172 return object(
173 detail::new_reference(
174 apply_slice(target.ptr(), begin.get(), end.get())));
175}
176
177BOOST_PYTHON_DECL void setslice(object const& target, handle<> const& begin, handle<> const& end, object const& value)
178{

Callers

nothing calls this directly

Calls 4

apply_sliceFunction · 0.85
objectClass · 0.50
ptrMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected