.. py:function:: find_pragma_tool(object_, id, key) Get the pragma for an object. See the :ref:`pragma_tool ` example. :Parameters: **object\_** : :obj:`suite.Object` Element to search for the pragma. **id** : :class:`python:str` ID of the pragma. **key** : :class:`python:str` First token of the pragma. :Returns: :obj:`suite.TextPragma` Found pragma or ``None`` if not found. .. !! processed by numpydoc !!