MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-275370.py

File recipe-275370.py

recipes/Python/275370_Extract_text_XML_document/recipe-275370.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from sgmllib import SGMLParser
2
3class XMLJustText ( SGMLParser ) :
4 def handle_data ( self, data ) :

Callers

nothing calls this directly

Calls 2

XMLJustTextClass · 0.85
feedMethod · 0.45

Tested by

no test coverage detected