| 10 | |
| 11 | namespace PyImath { |
| 12 | template <> const char *PyImath::V2sArray::name() { return "V2sArray"; } |
| 13 | template <> const char *PyImath::V2iArray::name() { return "V2iArray"; } |
| 14 | template <> const char *PyImath::V2i64Array::name() { return "V2i64Array"; } |
| 15 |
nothing calls this directly
no outgoing calls
no test coverage detected