Exemplo n.º 1
0
 def visit_table(self, node):
     # type: (nodes.Node) -> None
     self._table_row_index = 0
     return BaseTranslator.visit_table(self, node)
Exemplo n.º 2
0
Arquivo: html.py Projeto: evhub/sphinx
 def visit_table(self, node):
     self._table_row_index = 0
     return BaseTranslator.visit_table(self, node)
Exemplo n.º 3
0
Arquivo: html.py Projeto: LFYG/sphinx
 def visit_table(self, node):
     # type: (nodes.Node) -> None
     self._table_row_index = 0
     return BaseTranslator.visit_table(self, node)