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
- a
Symbol
Symbol to print
- dunderbool
If True, the names of variables have double underscores pre- and suf-fixing the names. Functions are not double underscored.
- a
- Returns
- String form of Symbol