Python AST Template Idea
DZone's Guide to
Python AST Template Idea
Join the DZone community and get the full member experience.
Join For Free
def template(self):
''; self.title ; '
'
'
'
for itm in self.items:
'
- '; str(itm); '
'
'
'
Topics:
Opinions expressed by DZone contributors are their own.
{{ parent.title || parent.header.title}}
{{ parent.tldr }}
{{ parent.linkDescription }}
{{ parent.urlSource.name }}