Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
187
public:
188
bool load(handle src, bool convert) {
Callers
1
load
Function · 0.85
Calls
3
reserve_maybe
Function · 0.85
convert_iterable
Function · 0.85
clear
Method · 0.45
Tested by
no test coverage detected