MCPcopy Index your code
hub / github.com/clips/pattern / 12-dom.py

File 12-dom.py

examples/01-web/12-dom.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import os, sys; sys.path.insert(0, os.path.join("..", ".."))
2
3from pattern.web import URL, DOM, plaintext
4from pattern.web import NODE, TEXT, COMMENT, ELEMENT, DOCUMENT

Callers

nothing calls this directly

Calls 9

URLClass · 0.90
plaintextFunction · 0.90
absFunction · 0.90
stripMethod · 0.80
insertMethod · 0.45
downloadMethod · 0.45
getMethod · 0.45
splitMethod · 0.45

Tested by

no test coverage detected