-----------------------------------------------------------------------------
| 167 | |
| 168 | //----------------------------------------------------------------------------- |
| 169 | pqPythonFileIO::~pqPythonFileIO() |
| 170 | { |
| 171 | this->File.removeSwap(); |
| 172 | } |
| 173 | |
| 174 | //----------------------------------------------------------------------------- |
| 175 | bool pqPythonFileIO::isDirty() const |
nothing calls this directly
no test coverage detected