OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:_end_of_line
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
textpad.py
53
def
_end_of_line
(self, y):
member in class:Textbox
99
self.win.move(y-1, self.
_end_of_line
(y-1))
108
self.win.move(y, self.
_end_of_line
(y))
126
if x == 0 and self.
_end_of_line
(y) == 0:
129
# first undo the effect of self.
_end_of_line
137
if x > self.
_end_of_line
(y+1):
138
self.win.move(y+1, self.
_end_of_line
(y+1))
144
if x > self.
_end_of_line
(y-1):
145
self.win.move(y-1, self.
_end_of_line
(y-1))
153
stop = self.
_end_of_line
(y
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
textpad.py
53
def
_end_of_line
(self, y):
member in class:Textbox
99
self.win.move(y-1, self.
_end_of_line
(y-1))
108
self.win.move(y, self.
_end_of_line
(y))
126
if x == 0 and self.
_end_of_line
(y) == 0:
129
# first undo the effect of self.
_end_of_line
137
if x > self.
_end_of_line
(y+1):
138
self.win.move(y+1, self.
_end_of_line
(y+1))
144
if x > self.
_end_of_line
(y-1):
145
self.win.move(y-1, self.
_end_of_line
(y-1))
153
stop = self.
_end_of_line
(y
[
all
...]
Completed in 713 milliseconds