pytuflow.Scope.pretty_print

pytuflow.Scope.pretty_print#

Scope.pretty_print(neg_char='!')#

Returns a string representation of the scope object.

Parameters:

neg_char (str, optional) – The character to use for negative scopes. Default is ‘!’.

Returns:

A string representation of the scope object.

Return type:

str