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

Method slice

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

Source from the content-addressed store, hash-verified

38//
39template <class U>
40object_slice
41object_operators<U>::slice(object_cref start, object_cref finish)
42{
43 object_cref2 x = *static_cast<U*>(this);
44 return object_slice(x, api::slice_key(borrowed(start.ptr()), borrowed(finish.ptr())));
45}
46
47template <class U>
48const_object_slice

Callers

nothing calls this directly

Calls 5

slice_keyFunction · 0.85
allow_nullFunction · 0.85
borrowedFunction · 0.70
typeClass · 0.70
ptrMethod · 0.45

Tested by

no test coverage detected