| 44 | |
| 45 | template <class Key> |
| 46 | void delattr(object const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) |
| 47 | { |
| 48 | delattr(target, object(key)); |
| 49 | } |
| 50 | |
| 51 | template <class Target, class Key> |
| 52 | object getitem(Target const& target, Key const& key BOOST_PYTHON_NO_ARRAY_ARG(Key)) |