Code
Hub
Trending
Digest
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
740
class
CData(PreformattedString):
741
742
PREFIX =
'<![CDATA['
743
SUFFIX =
']]>'
744
745
class
ProcessingInstruction(PreformattedString):
746
Callers
3
test_set_string_preserves_class_of_string
Method · 0.90
test_cdata
Method · 0.90
test_cdata_is_never_formatted
Method · 0.90
Calls
no outgoing calls
Tested by
3
test_set_string_preserves_class_of_string
Method · 0.72
test_cdata
Method · 0.72
test_cdata_is_never_formatted
Method · 0.72