Answers the joined content of sel._cssOut.
(self)
| 410 | return bool(css in self.getCss()) |
| 411 | |
| 412 | def getCss(self): |
| 413 | """Answers the joined content of sel._cssOut.""" |
| 414 | return ''.join(self._cssOut) |
| 415 | |
| 416 | def hasCss(self): |
| 417 | """Answers if there is any accumulated CSS in self._cssOut.""" |
no outgoing calls
no test coverage detected