Project/ProjectBrowserModel.py

changeset 3600
7d17c492ab95
parent 3484
645c12de6b0c
child 3656
441956d8fce5
child 3839
48e7b295bed2
equal deleted inserted replaced
3598:37fdb72a2388 3600:7d17c492ab95
147 def dirName(self): 147 def dirName(self):
148 """ 148 """
149 Public method returning the directory name. 149 Public method returning the directory name.
150 150
151 @return directory name (string) 151 @return directory name (string)
152 """
153 return self._dirName
154
155 def name(self):
156 """
157 Public method to return the name of the item.
158
159 @return name of the item (string)
152 """ 160 """
153 return self._dirName 161 return self._dirName
154 162
155 def lessThan(self, other, column, order): 163 def lessThan(self, other, column, order):
156 """ 164 """

eric ide

mercurial