MCPcopy Index your code
hub / github.com/offu/WeRoBot / parse_xml

Function parse_xml

werobot/parser.py:13–16  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

11
12
13def parse_xml(text):
14 xml_dict = xmltodict.parse(text)["xml"]
15 xml_dict["raw"] = text
16 return xml_dict
17
18
19def process_message(message):

Callers 6

parse_messageMethod · 0.90
testerFunction · 0.90
test_djangoFunction · 0.90
test_tornadoMethod · 0.90
test_message_cryptFunction · 0.90
parse_user_msgFunction · 0.85

Calls

no outgoing calls

Tested by 4

testerFunction · 0.72
test_djangoFunction · 0.72
test_tornadoMethod · 0.72
test_message_cryptFunction · 0.72