semantique.result

Contents

semantique.result#

semantique.result(name)[source]#

Reference to a another result definition.

Parameters:

name (str) – Name of an existing result definition in the query recipe.

Returns:

ArrayProxy – A textual reference to the result that can be solved by the query processor.

Examples

>>> import semantique as sq
>>> sq.result("water_count")