예제 #1
0
 def _parse(self, s):
     return parse.parse(s, comments=self.comments)
예제 #2
0
파일: test_parse.py 프로젝트: mhubig/crmsh
 def _parse(self, s):
     return parse.parse(s, comments=self.comments)