src/eric7/Project/ProjectBrowserModel.py

branch
server
changeset 10597
fbe93720ee9f
parent 10596
ea35c92a3c7c
child 10605
b6f5e27daeb5
equal deleted inserted replaced
10596:ea35c92a3c7c 10597:fbe93720ee9f
136 class ProjectBrowserDirectoryItem(BrowserDirectoryItem, ProjectBrowserItemMixin): 136 class ProjectBrowserDirectoryItem(BrowserDirectoryItem, ProjectBrowserItemMixin):
137 """ 137 """
138 Class implementing the data structure for project browser directory items. 138 Class implementing the data structure for project browser directory items.
139 """ 139 """
140 140
141 def __init__(self, parent, dinfo, projectType, full=True, bold=False, fsInterface=None): 141 def __init__(
142 self, parent, dinfo, projectType, full=True, bold=False, fsInterface=None
143 ):
142 """ 144 """
143 Constructor 145 Constructor
144 146
145 @param parent parent item 147 @param parent parent item
146 @type BrowserItem 148 @type BrowserItem
166 """ 168 """
167 Class implementing the data structure for project browser file items. 169 Class implementing the data structure for project browser file items.
168 """ 170 """
169 171
170 def __init__( 172 def __init__(
171 self, parent, finfo, projectType, full=True, bold=False, sourceLanguage="", fsInterface=None 173 self,
174 parent,
175 finfo,
176 projectType,
177 full=True,
178 bold=False,
179 sourceLanguage="",
180 fsInterface=None,
172 ): 181 ):
173 """ 182 """
174 Constructor 183 Constructor
175 184
176 @param parent parent item 185 @param parent parent item

eric ide

mercurial