Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
Represents a typed value. The value can contain nested intrinsic functions.

This model can be used as the ``container_holder`` argument for :func:`functions.evaluate`.

:ivar name: unique name in factory
:vartype name: basestring
:ivar type_name: type name from factory type registrar
:vartype type_name: basestring
:ivar value: arbitrary value; cannot be ``None``
:ivar description: English one-line description
:vartype description: basestring

...