crandas.placeholders¶
- class crandas.placeholders.Any(value, *, label=None, **kwargs)¶
Bases:
object
Any
placeholderWhen used as an argument to a VDL query command that is authorized, indicates that the authorization applies to any possible value. For example, filtering with
==32
means that only filtering for equality to the specific value32
is authorized; filtering with==Any(32)
means that filtering with any value instead of the concrete value 32 is authorized.