예제 #1
0
파일: folder.py 프로젝트: hofoen/pcef-core
 def __init__(self):
     Mode.__init__(self, self.NAME, self.DESCRIPTION)
     self.__nbLines = 0
예제 #2
0
파일: margin.py 프로젝트: hofoen/pcef-core
 def __init__(self):
     Mode.__init__(self, self.IDENTIFIER, "Draw the right margin on the "
                                          "document")
     #: Defines the margin position. 80 is the default
     self.marginPos = 80