MichaelCG8

Results 13 comments of MichaelCG8

I'd handled the tests using type hints by putting them in a string and conditionally calling exec on them if the version was >3.5. I've now changed this so that...

Good suggestion. I started with `` then changed it to `... `, I didn't consider just the ellipsis alone, but I agree that that is better. I see that custom_descriptions.GetStringTypeSummary...

Hi David, thanks for looking at this! Interesting about the failing test, I tested on py3.7.7 and py2.7.18 without seeing the failure, was this seen on another python version? Or...