示例#1
0
 def __init__(self, outf=sys.stdout, indentCols=4):
     CodePrinter.__init__(self, outf, indentCols)
示例#2
0
 def __init__(self, outf=sys.stdout, indentCols=4):
     CodePrinter.__init__(self, outf, indentCols)