Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csev/py4e
/ CData
Class
CData
code3/pagerank/bs4/element.py:736–739 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
734
return
self.PREFIX + self + self.SUFFIX
735
736
class
CData(PreformattedString):
737
738
PREFIX =
'<![CDATA['
739
SUFFIX =
']]>'
740
741
class
ProcessingInstruction(PreformattedString):
742
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