Not directly related to your question, but dump takes a optional parameter to 
change the output limitation. 

Eg:
dump(ex, 100)
prints a deeper version of the AST than
dump(ex)

Reply via email to