Last updated
Last updated
The Print Extension adds the and to render output in pure text. It is mostly intended for development, but also supports the additional app.print()
extended function which can be used in place of the standard print()
so that apps can continue to utilize features of the framework consistently (such as honoring and hooks, etc).
Documentation References:
API References:
No external dependencies
This extension does not support any application level configuration settings or meta options.
Alternatively, you can use the print_dict
output handler that can be useful in development as it simply just prints out a string representation of the data dict.