MCPcopy Create free account
hub / github.com/csev/py4e / Comment

Class Comment

code3/bs4/element.py:750–753  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

748 SUFFIX = '>'
749
750class Comment(PreformattedString):
751
752 PREFIX = '<!--'
753 SUFFIX = '-->'
754
755
756class Declaration(PreformattedString):

Callers 1

commentClassMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected