We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Cannot delete items from STL bindings for std::map and std::unordered_map
std::map
std::unordered_map
Bindings to __delitem__ return an iterator which pybind11 doesn’t know how to cast. Fortunately __delitem__ does not need to return anything.
__delitem__