Searched refs:tostring (Results 1 – 8 of 8) sorted by relevance
41 #define stringify(s) tostring(s)42 #define tostring(s) #s macro
11 from xml.etree.ElementTree import Element, tostring104 xml_doc = parseString(tostring(xml).decode('UTF-8'))
36 #define stringify(s) tostring(s)37 #define tostring(s) #s macro
1137 #define stringify(s) tostring(s)1138 #define tostring(s) #s macro
239 dom_doc = minidom.parseString(ET.tostring(top, 'utf-8'))
56 #define stringify(s) tostring(s)57 #define tostring(s) #s macro