コード例 #1
0
ファイル: text.py プロジェクト: craig-sh/pylint
 def _display(self, layout: "Section") -> None:
     """launch layouts display"""
     print(file=self.out)
     TextWriter().format(layout, self.out)
コード例 #2
0
ファイル: base.py プロジェクト: KGerring/lintful
	def _display(self, layout):
		print(file=self.out)
		TextWriter().format(layout, self.out)
コード例 #3
0
 def _display(self, layout):
     """launch layouts display"""
     print(file=self.out)
     TextWriter().format(layout, self.out)
コード例 #4
0
 def _display(self, layout):
     """launch layouts display"""
     TextWriter().format(layout, self.out)