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

Function convert_anyset

include/pybind11/stl.h:181–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179 }
180
181 bool convert_anyset(const anyset &s, bool convert) {
182 value.clear();
183 reserve_maybe(s, &value);
184 return convert_iterable(s, convert);
185 }
186
187public:
188 bool load(handle src, bool convert) {

Callers 1

loadFunction · 0.85

Calls 3

reserve_maybeFunction · 0.85
convert_iterableFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected