summaryrefslogtreecommitdiff
path: root/examples/double_section.py
blob: 0bec6028cb7dbcf0e509fb6fb0580a95b191ceb8 (plain)
1
2
3
4
5
6
7
class DoubleSection(object):

    def t(self):
        return True

    def two(self):
        return "second"