Filters.py (cheetah3-3.2.2) | : | Filters.py (cheetah3-3.2.3) | ||
---|---|---|---|---|
#!/usr/bin/env python | ||||
''' | ''' | |||
Filters for the #filter directive as well as #transform | Filters for the #filter directive as well as #transform | |||
#filter results in output filters Cheetah's $placeholders . | #filter results in output filters Cheetah's $placeholders . | |||
#transform results in a filter on the entirety of the output | #transform results in a filter on the entirety of the output | |||
''' | ''' | |||
from Cheetah.compat import unicode | from Cheetah.compat import unicode | |||
# Additional entities WebSafe knows how to transform. No need to include | # Additional entities WebSafe knows how to transform. No need to include | |||
# '<', '>' or '&' since those will have been done already. | # '<', '>' or '&' since those will have been done already. | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added |