Hi QuantConnect comunnity!

I defined a Universe Selection class in order to apply some filters in this selection (with SelectCoarse and SelectFine methods).

How do I know what were the symbols selected after the filters? I would like to print the list of symbols. I tried to use "self.Debug()" into the class defined, but I got this message:

'MyUniverseSelect' object has no attribute 'Debug'

 

Regards

Author