mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Add precision to args=-1 usage
This commit is contained in:
parent
b2e4041757
commit
2d1dbe7f74
@ -85,7 +85,7 @@ The @qgsfunction decorator accepts the following arguments:
|
||||
|
||||
:param args: Defines the number of arguments. With ``args='auto'`` the number of
|
||||
arguments will automatically be extracted from the signature.
|
||||
With ``args=-1``, you can pass any number of arguments.
|
||||
With ``args=-1``, any number of arguments are accepted.
|
||||
:param group: The name of the group under which this expression function will
|
||||
be listed.
|
||||
:param handlesnull: Set this to True if your function has custom handling for NULL values.
|
||||
|
Loading…
x
Reference in New Issue
Block a user