QGIS/python/core/auto_generated/qgstestutils.sip.in
2025-03-24 10:25:39 +10:00

44 lines
1.7 KiB
Plaintext

/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgstestutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/
%ModuleHeaderCode
#include "qgstestutils.h"
%End
namespace QgsTestUtils
{
bool testProviderIteratorThreadSafety( QgsVectorDataProvider *provider, const QgsFeatureRequest &request = QgsFeatureRequest() );
%Docstring
Runs a thready safety test on iterators from a vector data ``provider``, by concurrently
requesting features from the provider.
This method returns ``True``... or it segfaults.
%End
bool compareDomElements( const QDomElement &element1, const QDomElement &element2 );
%Docstring
Compares two DOM elements and returns ``True`` if they are equivalent.
Dumps useful diff information to the console if the elements differ.
%End
};
/************************************************************************
* This file has been generated automatically from *
* *
* src/core/qgstestutils.h *
* *
* Do not edit manually ! Edit header and run scripts/sipify.py again *
************************************************************************/