call site 0 for xml.raw.__init__
xmlobj/testing/test_xml.py - line 55
54
55
56
57
   def test_raw():
->     x = ns.some(py.xml.raw("<p>literal</p>"))
       u = unicode(x)
       assert u == "<some><p>literal</p></some>"