echo

yield a single item

Usage

  • echo(<object>)

Examples

>>> from grapevine import *
>>> echo('quux') | list
['quux']