You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since upgrading to a termcolor version carrying #107, testing a colour-enabled console application is pretty much impossible without poking around in termcolor's guts (termcolor._can_do_colour.cache_clear()). Formally, it was really easy.
Could we either make _can_do_colour() public (might have to de-British-ise the spelling!) or have an API to clear its cache?