retype.console.highlighting_service

Functions

compareStrings(str1, str2)

Compare strings `str1' and `str2', returning index at which they stop matching

Classes

HighlightingService(console, book_view)

class retype.console.highlighting_service.HighlightingService(console, book_view)[source]

Bases: object

advanceLine()[source]
updateHighlighting()[source]
retype.console.highlighting_service.compareStrings(str1, str2)[source]

Compare strings `str1’ and `str2’, returning index at which they stop matching