semantique.ArrayProxy.name

semantique.ArrayProxy.name#

ArrayProxy.name(value, **kwargs)[source]#

Give a name to an array.

Parameters:
  • value (str) – Name to be given to the input.

  • **kwargs – Additional keyword arguments passed on to Array.name.

Returns:

ArrayProxy

Examples

>>> import semantique as sq
>>> sq.entity("water").name("foo")