- 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 pragma_tool example.
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 pragma_tool example.