コード例 #1
0
ファイル: PSParser.py プロジェクト: XeroHero/grailbrowser
 def start_ol(self, attrs):
     HTMLParser.start_ol(self, attrs)
     self.formatter.writer.suppress_indentation()
コード例 #2
0
 def start_ol(self, attrs):
     HTMLParser.start_ol(self, attrs)
     self.formatter.writer.suppress_indentation()