eric6/QScintilla/MarkupProviders/MarkupBase.py

changeset 8207
d359172d11be
parent 7923
91e843545d9a
equal deleted inserted replaced
8206:adf11836cfce 8207:d359172d11be
6 """ 6 """
7 Module implementing the base class for the markup providers. 7 Module implementing the base class for the markup providers.
8 """ 8 """
9 9
10 10
11 class MarkupBase(object): 11 class MarkupBase:
12 """ 12 """
13 Class implementing the base class for the markup providers. 13 Class implementing the base class for the markup providers.
14 14
15 Note: Derived classes need only implement those method they provide 15 Note: Derived classes need only implement those method they provide
16 functionality for. This base class implements do nothing variants for 16 functionality for. This base class implements do nothing variants for

eric ide

mercurial