Closed GoogleCodeExporter closed 9 years ago
This is not a bug. tree.content is a Python list and the way it is
printed cannot be changed.
However, to print tree with a clean block structure, you should use
{{{
print tree.torepr(4)
}}}
Original comment by pearu.peterson
on 8 Mar 2010 at 8:35
Thank you so much for your kind reply.
I have to learn your fparser and also python itself.
I am not so familiar with the OO ideas.
I need to learn how to extract analyzed information
from tree=parse(...
But anyway, I have an impression that your fparser works fine.
Thanks again.
Original comment by TakaoKot...@gmail.com
on 9 Mar 2010 at 2:59
Original issue reported on code.google.com by
TakaoKot...@gmail.com
on 8 Mar 2010 at 2:57