MCPcopy Create free account
hub / github.com/pybind/pybind11 / Sliceable

Method Sliceable

tests/test_sequences_and_iterators.cpp:140–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138 class Sliceable {
139 public:
140 explicit Sliceable(int n) : size(n) {}
141 int start, stop, step;
142 int size;
143 };

Callers 1

test_sliceableFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected