| 20 | __addGElements_4py(elements); |
| 21 | } |
| 22 | ~PywGMutable() override = default; |
| 23 | |
| 24 | CStatus reshape(CGraph::GElementPtrArr& elements) override { |
| 25 | PYBIND11_OVERLOAD_PURE(CStatus, PywGMutable, reshape, elements); |
nothing calls this directly
no outgoing calls
no test coverage detected