MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / parse_Document

Function parse_Document

Utilities/Maintenance/JIRAHTMLReleaseNoteToWiki.py:78–80  ·  view source on GitHub ↗

Dispatch for root document element

(node)

Source from the content-addressed store, hash-verified

76
77
78def parse_Document(node):
79 """Dispatch for root document element"""
80 return parse(node.documentElement)
81
82
83def parse(node):

Callers 1

parseFunction · 0.85

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected