Searched
refs:strip (Results
1426 -
1450 of
2233) sorted by null
<<51525354555657585960>>
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
markupbase.py | 385 name = s.strip()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
markupbase.py | 385 name = s.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
markupbase.py | 385 name = s.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 86 if line.strip() == '':
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
CGIHTTPServer.py | 206 accept.append(line.strip())
|
markupbase.py | 385 name = s.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_filelist.py | 86 if line.strip() == '':
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
run.py | 37 line = line.strip()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/ |
btm_utils.py | 205 name = name_leaf.value.strip("'")
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_pydoc.py | 82 """.strip() 178 """.strip() 197 return out.strip() 206 return output.strip(), loc 220 return output.strip(), loc 287 expected = missing_pattern % missing_module.strip() 295 # strip the id 300 # nothing to strip, return the same text
|
test_warnings.py | 398 self.assertFalse(out.strip()) 529 expected_line = ' ' + linecache.getline(path, line).strip() + '\n' 556 file_line = linecache.getline(file_name, line_num).strip() 572 expected_file_line = linecache.getline(file_name, line_num).strip()
|
/system/extras/tests/net_test/ |
sock_diag.py | 117 data = nla_data.strip("\x00")
|
Completed in 1256 milliseconds
<<51525354555657585960>>