Example #1
0
    def __init__(self):
        List.__init__(self)

        self.title = 'Table of Contents'

        self.ncx_depth = -1
        self.ncx_totalPageCount = -1
        self.ncx_maxPageNumber = -1
Example #2
0
File: test.py Project: meng89/hooky
 def __init__(self, *args, **kwargs):
     Count.__init__(self)
     List.__init__(self, *args, **kwargs)
Example #3
0
 def __init__(self):
     List.__init__(self)