MCPcopy Create free account
hub / github.com/PageBot/PageBot / getCss

Method getCss

Lib/pagebot/contexts/htmlcontext/htmlbuilder.py:412–414  ·  view source on GitHub ↗

Answers the joined content of sel._cssOut.

(self)

Source from the content-addressed store, hash-verified

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."""

Callers 2

containsCssMethod · 0.95
writeCssMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected