OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_rstrip
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
reindent.py
140
def
_rstrip
(line, JUNK='\n \t'):
function
165
self.lines = [
_rstrip
(line).expandtabs() + "\n"
/external/autotest/utils/
reindent.py
139
def
_rstrip
(line, JUNK='\n \t'):
function
164
self.lines = [
_rstrip
(line).expandtabs() + "\n"
/external/python/cpython2/Tools/scripts/
reindent.py
161
def
_rstrip
(line, JUNK='\r\n \t'):
function
194
self.lines = [
_rstrip
(line).expandtabs() + self.newline
/external/python/cpython3/Tools/scripts/
reindent.py
160
def
_rstrip
(line, JUNK='\n \t'):
function
186
self.lines = [
_rstrip
(line).expandtabs() + "\n"
Completed in 344 milliseconds