Lines Matching refs:extra
468 self, x: str, node: t.Optional[nodes.Node] = None, extra: int = 0
471 self.newline(node, extra)
474 def newline(self, node: t.Optional[nodes.Node] = None, extra: int = 0) -> None:
476 self._new_lines = max(self._new_lines, 1 + extra)
488 A leading comma is added automatically. The extra keyword
490 error could occur. The extra keyword arguments should be given
871 f"{self.func('root')}(context, missing=missing{envenv}):", extra=1
940 self.writeline(f"blocks = {{{blocks_kv_str}}}", extra=1)
1454 """Output extra source code before visiting a child of an
1470 """Output extra source code after visiting a child of an