finesse.symbols.display

finesse.symbols.display(a, dunder=False)[source]

For a given Symbol this method will return a human readable string representing the various operations it contains.

Parameters
aSymbol

Symbol to print

dunderbool

If True, the names of variables have double underscores pre- and suf-fixing the names. Functions are not double underscored.

Returns
String form of Symbol