.. py:function:: get_pragma_tool_text(object_, id, key) Get the text of the pragma for an object. * Return ``None`` when the pragma does not exist. * Raise the ``TypeError`` exception when the pragma exists but is not textual. 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: :class:`python:str` Text of the found pragma or "". .. !! processed by numpydoc !!