OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_all_white
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py
84
while text.compare("%d.0" % lineno, "<", "end") and
is_all_white
(line):
91
not
is_all_white
(line[comment_header_len:]):
100
not
is_all_white
(line[comment_header_len:]):
110
while i < n and
is_all_white
(lines[i]):
115
if i+1 < n and not
is_all_white
(lines[i+1]):
121
while i < n and not
is_all_white
(lines[i]):
141
def
is_all_white
(line):
function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
FormatParagraph.py
84
while text.compare("%d.0" % lineno, "<", "end") and
is_all_white
(line):
91
not
is_all_white
(line[comment_header_len:]):
100
not
is_all_white
(line[comment_header_len:]):
110
while i < n and
is_all_white
(lines[i]):
115
if i+1 < n and not
is_all_white
(lines[i+1]):
121
while i < n and not
is_all_white
(lines[i]):
141
def
is_all_white
(line):
function
Completed in 6953 milliseconds