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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 183 def next_sibling(self): member in class:Base
228 effectively equivalent to node.next_sibling.prefix
230 next_sib = self.next_sibling
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
pytree.py 183 def next_sibling(self): member in class:Base
228 effectively equivalent to node.next_sibling.prefix
230 next_sib = self.next_sibling

Completed in 87 milliseconds