Searched defs:goto (Results 1 - 6 of 6) sorted by relevance

/external/ply/ply/example/BASIC/
H A Dbasinterp.py198 def goto(self, linenum): member in class:BasicInterpreter
241 self.goto(newline)
286 self.goto(newline)
342 self.goto(newline)
349 self.goto(self.gosub)
/external/python/cpython2/Parser/
H A Dspark.py144 self.goto(state, sym)
258 return self.goto(1, start)
433 def goto(self, state, sym): member in class:GenericParser
451 return [self.goto(state, t)]
457 rv.append(self.goto(state, t))
487 nk = self.goto(k, None)
498 k = self.goto(pstate, lhs)
504 nk = self.goto(k, None)
533 #nk = self.goto(k, None)
547 #nk = self.goto(
[all...]
/external/clang/test/Preprocessor/
H A Dcxx_oper_keyword_ms_compat.cpp57 #define goto macro
142 goto
/external/python/cpython2/Lib/lib-tk/
H A Dturtle.py130 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1308 >>> screen.onclick(goto)
1659 def goto(self, x, y=None): member in class:TNavigator
1662 Aliases: setpos | setposition | goto:
1668 call: goto(x, y) # two coordinates
1669 --or: goto((x, y)) # a pair (tuple) of coordinates
1670 --or: goto(vec) # e.g. as returned by pos()
1705 self.goto(0, 0)
1932 setpos = goto
1933 setposition = goto
[all...]
/external/python/cpython2/Lib/
H A Dpydoc.py2179 self.result_lst.bind('<Double-Button-1>', self.goto)
2186 text='go to selected', command=self.goto)
2276 def goto(self, event=None): member in class:gui.GUI
/external/python/cpython3/Lib/
H A Dturtle.py131 'getturtle', 'goto', 'heading', 'hideturtle', 'home', 'ht', 'isdown',
1359 >>> screen.onclick(goto)
1743 def goto(self, x, y=None): member in class:TNavigator
1746 Aliases: setpos | setposition | goto:
1752 call: goto(x, y) # two coordinates
1753 --or: goto((x, y)) # a pair (tuple) of coordinates
1754 --or: goto(vec) # e.g. as returned by pos()
1789 self.goto(0, 0)
2016 setpos = goto
2017 setposition = goto
[all...]

Completed in 1480 milliseconds