Skip to content

Commit

Permalink
Merge pull request #4775 from nyalldawson/named
Browse files Browse the repository at this point in the history
Allow keyword arguments for all arguments in PyQGIS bindings
  • Loading branch information
nyalldawson committed Jun 26, 2017
2 parents b88ad8e + 2b7b0db commit bfb41a1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/analysis/analysis.sip
@@ -1,5 +1,5 @@
%Module(name=qgis._analysis,
keyword_arguments="Optional")
keyword_arguments="All")

%Import QtCore/QtCoremod.sip
%Import QtGui/QtGuimod.sip
Expand Down
2 changes: 1 addition & 1 deletion python/core/core.sip
@@ -1,5 +1,5 @@
%Module(name=qgis._core,
keyword_arguments="Optional")
keyword_arguments="All")

%ModuleCode

Expand Down
2 changes: 1 addition & 1 deletion python/gui/gui.sip
@@ -1,5 +1,5 @@
%Module(name=qgis._gui,
keyword_arguments="Optional")
keyword_arguments="All")

%Feature HAVE_QSCI_SIP

Expand Down
2 changes: 1 addition & 1 deletion python/server/server.sip
@@ -1,5 +1,5 @@
%Module(name=qgis._server,
keyword_arguments="Optional")
keyword_arguments="All")


%Import QtCore/QtCoremod.sip
Expand Down

0 comments on commit bfb41a1

Please sign in to comment.