remove_pragma(object_, id)# Remove the pragma ID from an object. See the pragma example. Parameters: object_suite.ObjectElement to search for the pragma. idstrID of the pragma. Returns: boolTrue when the pragma is found, False otherwise.