MCPcopy Index your code
hub / github.com/csev/py4e / CData

Class CData

code3/bs4/element.py:740–743  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738 return self.PREFIX + self + self.SUFFIX
739
740class CData(PreformattedString):
741
742 PREFIX = '<![CDATA['
743 SUFFIX = ']]>'
744
745class ProcessingInstruction(PreformattedString):
746

Calls

no outgoing calls