We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7d4997 commit 8b616b2Copy full SHA for 8b616b2
UsersGuide/source/ompython.rst
@@ -250,8 +250,8 @@ Standard set methods
250
251
Two calling possibilities are accepted using setXXXs(),where "XXX" can be any of above functions.
252
253
-- setXXX(k) with K being a sequence of keyword assignments (e.g.) (name = value).
254
-- setXXX(D) with D being a dictionary with quantity names as keywords and values.
+- setXXX(K) with K being a sequence of keyword assignments (e.g.) (name = value).
+- setXXX(**D) with D being a dictionary with quantity names as keywords and values, being expanded by ** into the form of K.
255
256
Usage of setMethods
257
~~~~~~~~~~~~~~~~~~~
0 commit comments