summaryrefslogtreecommitdiff
path: root/devel/py-visitor/DESCR
blob: 52994928ec110aafc692797d362249a3be04785f (plain)
1
2
3
A tiny library to facilitate visitor implementation in Python (which are
slightly peculiar due to dynamic typing). In fact, it is so small, you may just
be better off copy and pasting the source straight into your project.