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

Function getslice

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

Source from the content-addressed store, hash-verified

69
70template <class Target, class Begin, class End>
71object getslice(Target const& target, Begin const& begin, End const& end)
72{
73 return getslice(object(target), object(begin), object(end));
74}
75
76template <class Begin, class End, class Value>
77void setslice(object const& target, Begin const& begin, End const& end, Value const& value)

Callers 1

getMethod · 0.85

Calls 1

objectFunction · 0.70

Tested by

no test coverage detected