| 430 | } |
| 431 | |
| 432 | PyObject* FeaturePythonImp::getPyObject() |
| 433 | { |
| 434 | // ref counter is set to 1 |
| 435 | return new FeaturePythonPyT<DocumentObjectPy>(object); |
| 436 | } |
| 437 | |
| 438 | FeaturePythonImp::ValueT FeaturePythonImp::hasChildElement() const |
| 439 | { |
no test coverage detected