예제 #1
0
 private void Create_CommentFilter(string pySrc)
 {
     this.comfil = new CommentFilter(new Lexer("test.py", new StringReader(pySrc)));
 }