TocItem constructor

init {#int-System.String-System.Nullable`1[[System.Int32]]}

Constructs a new instance of TocItem

def __init__(self, depth, text, page_index):
    ...
Parameter Type Description
depth int
text System.String
page_index System.Nullable`1[[System.Int32]]

See Also