find_pragma_tool(object_, id, key)#

Get the pragma for an object.

See the pragma_tool example.

Parameters:
object_suite.Object

Element to search for the pragma.

idstr

ID of the pragma.

keystr

First token of the pragma.

Returns:
suite.TextPragma

Found pragma or None if not found.