Added docstring to the counting function
This commit is contained in:
@@ -582,6 +582,9 @@ class NWProject():
|
|||||||
return True
|
return True
|
||||||
|
|
||||||
def countStatus(self):
|
def countStatus(self):
|
||||||
|
"""Count how many times the various status flags are used in the
|
||||||
|
project tree.
|
||||||
|
"""
|
||||||
self.statusItems.resetCounts()
|
self.statusItems.resetCounts()
|
||||||
self.importItems.resetCounts()
|
self.importItems.resetCounts()
|
||||||
for nwItem in self.projTree.values():
|
for nwItem in self.projTree.values():
|
||||||
|
|||||||
Reference in New Issue
Block a user