Genshi - how to print out all variables in scope -


Very simple I would like to print all the variables which are scope for my template, a debugging and discovery size In form of . Is there any way to do this?

I am using Genshi 0.5.1, and as you will see, everything is in __Data___ .

  $ {repr (local people ())}  

Comments

Popular posts from this blog

c# - PInvoke of NetUserAdd returns 24 -

c# - XMLDocument.Validate Error: System.InvalidOperationException : The XmlSchemaSet on the document is either null or has no schemas in it -