Home
last modified time | relevance | path

Searched refs:hasContent (Results 1 – 1 of 1) sorted by relevance

/cmsis-dsp-latest/Testing/TestScripts/doc/
DStructure.py76 def hasContent(self): member in Section
77 return(len(self._content) > 0 or any([x.hasContent for x in self.sections]))
81 if self.hasContent: