Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
13
def
parse_xml(text):
14
xml_dict = xmltodict.parse(text)[
"xml"
]
15
xml_dict[
"raw"
] = text
16
return
xml_dict
17
18
19
def
process_message(message):
Callers
6
parse_message
Method · 0.90
tester
Function · 0.90
test_django
Function · 0.90
test_tornado
Method · 0.90
test_message_crypt
Function · 0.90
parse_user_msg
Function · 0.85
Calls
no outgoing calls
Tested by
4
tester
Function · 0.72
test_django
Function · 0.72
test_tornado
Method · 0.72
test_message_crypt
Function · 0.72