def _computeIndent(self, scimoz, indentStyle, continueComments,
                    style_info):
     res = self._doIndentHere(scimoz, indentStyle, continueComments,
                              style_info)
     if res is None:
         return koHTMLLanguageBase.computeIndent(self, scimoz, indentStyle,
                                                 continueComments)
     return res
 def _computeIndent(self, scimoz, indentStyle, continueComments, style_info):
     res = self._doIndentHere(
         scimoz, indentStyle, continueComments, style_info)
     if res is None:
         return koHTMLLanguageBase.computeIndent(self, scimoz, indentStyle, continueComments)
     return res