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

Class Declaration

code3/bs4/element.py:756–758  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

754
755
756class Declaration(PreformattedString):
757 PREFIX = '<?'
758 SUFFIX = '?>'
759
760
761class Doctype(PreformattedString):

Callers 1

test_declarationMethod · 0.90

Calls

no outgoing calls

Tested by 1

test_declarationMethod · 0.72