| 79 | } |
| 80 | |
| 81 | bool |
| 82 | operator==(python_executor const &other) const noexcept |
| 83 | { |
| 84 | return m_ptr == other.m_ptr; |
| 85 | } |
| 86 | |
| 87 | bool |
| 88 | operator!=(python_executor const &other) const noexcept |
nothing calls this directly
no outgoing calls
no test coverage detected