HomeSort by relevance Sort by last modified time
    Searched refs:text_or_uri (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 581 def __init__(self, text_or_uri, tag=None):
583 text_or_uri = "{%s}%s" % (text_or_uri, tag)
584 self.text = text_or_uri
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 581 def __init__(self, text_or_uri, tag=None):
583 text_or_uri = "{%s}%s" % (text_or_uri, tag)
584 self.text = text_or_uri
    [all...]

Completed in 690 milliseconds