find_pragma_tool(object_, id, key)# Get the pragma for an object. See the pragma_tool example. Parameters: object_suite.ObjectElement to search for the pragma. idstrID of the pragma. keystrFirst token of the pragma. Returns: suite.TextPragmaFound pragma or None if not found.