MCPcopy
hub / github.com/zer0yu/CyberSecurityRSS / strip_namespace

Function strip_namespace

scripts/add_feed_to_tiny.py:46–47  ·  view source on GitHub ↗
(tag: str)

Source from the content-addressed store, hash-verified

44
45
46def strip_namespace(tag: str) -> str:
47 return tag.rsplit("}", 1)[-1].lower()
48
49
50def is_rss_outline(node: ET.Element) -> bool:

Callers 5

_find_text_childFunction · 0.70
_find_first_childFunction · 0.70
_extract_atom_html_urlFunction · 0.70
parse_feed_metadataFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected