finesse.symbols.Symbol.all

Symbol.all(predicate, memo=None)[source]

Returns all the arguments that are present in this symbolic statement which satisify the predicate.

Parameters:
predicatecallable

Method which takes in an argument and returns True if it matches.