예제 #1
0
    def __init__(self, comment, firstLine):
        Mill.__init__(self)
        LineComments.__init__(self)

        self.commentLine = comment
        self.firstLine = firstLine

        return
예제 #2
0
    def __init__(self, comment, firstLine):
        Mill.__init__(self)
        LineComments.__init__(self)

        self.commentLine = comment
        self.firstLine = firstLine

        return
예제 #3
0
    def __init__(self, begin, line, end, firstline):
        Mill.__init__(self)
        BlockComments.__init__(self)

        self.commentBlockLine = line
        self.commentBeginBlock = begin
        self.commentEndBlock = end
        self.firstLine = firstline

        return
예제 #4
0
    def __init__(self, begin, line, end, firstline):
        Mill.__init__(self)
        BlockComments.__init__(self)

        self.commentBlockLine = line
        self.commentBeginBlock = begin
        self.commentEndBlock = end
        self.firstLine = firstline

        return