| 63 | |
| 64 | template <class Key> |
| 65 | void delitem(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) |
| 66 | { |
| 67 | delitem(target, object(key)); |
| 68 | } |
| 69 | |
| 70 | template <class Target, class Begin, class End> |
| 71 | object getslice(Target const& target, Begin const& begin, End const& end) |