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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 75 def insert(self, beforethis, string):
76 self.canvas.insert(self.id, beforethis, string)
174 def insert(self, beforeThis, string):
175 self._do('insert', beforeThis, string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Canvas.py 75 def insert(self, beforethis, string):
76 self.canvas.insert(self.id, beforethis, string)
174 def insert(self, beforeThis, string):
175 self._do('insert', beforeThis, string)

Completed in 2732 milliseconds