You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It does not work, and its name is inconsistent with the rest of the API
(note the lowercase l).
I can't even tell what it was supposed to do.
This closes#248
This method returns dict. The key is parameter names and value is corresponding parameter value.
451
-
If *name is None then the function will return dict which contain all parameter names as key and value as corresponding values. eg., getParameters()
452
-
Otherwise variable number of arguments can be passed as parameter name in string format separated by commas. eg., getParameters('paraName1', 'paraName2')
0 commit comments