Home
last modified time | relevance | path

Searched refs:old1 (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_tools/
H A Dtest_fixcid.py16 old1 = 'int xx = "xx\\"xx"[xx];\n'
18 output = self.run_script(old1 + old2)
23 "< {old1}"
29 "{new2}".format(old1=old1, old2=old2, new1=new1, new2=new2)
/third_party/python/Lib/xml/dom/
H A Dminidom.py790 old1 = self._attrs.get(attr.name, None)
791 if old1 is not None:
792 self.removeAttributeNode(old1)
794 if old2 is not None and old2 is not old1:
798 if old1 is not attr:
801 return old1

Completed in 4 milliseconds