gnikit / tkinter-tooltip

A ToolTip widget for tkinter
https://gnikit.github.io/tkinter-tooltip
MIT License
41 stars 4 forks source link

refactor: type checking for tool tip message #68

Closed gnikit closed 11 months ago

gnikit commented 11 months ago

Refactors the class to use type hints and a more Pythonic way of checking different types of messages.

codecov[bot] commented 11 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (95ed56d) 95.83% compared to head (6a6a9ac) 100.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #68 +/- ## =========================================== + Coverage 95.83% 100.00% +4.16% =========================================== Files 1 1 Lines 48 50 +2 =========================================== + Hits 46 50 +4 + Misses 2 0 -2 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.