Return the instance if it matches the given conditions.
v.select(*args, **kwargs) is equivalent to v if v.match(*args, **kwargs) else cf.List().
See cf.Variable.match for details.
See cf.Variable.match.
If the variable matches the given conditions then it is returned as an object identity. Otherwise an empty list is returned.
cf.DimensionCoordinate.sd
cf.DimensionCoordinate.setprop
Enter search terms or a module, class or function name.