Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:strip

638     tabs_are_whitespace = not tabs.strip()
710 # strip() could drop more than maximum of first line and right space
712 doc = doc.strip()
1546 return os.path.expanduser((flagfile_str[(len('--flagfile=')):]).strip())
1548 return os.path.expanduser((flagfile_str[(len('-flagfile=')):]).strip())
1603 flag_line_list.append(line.strip())
2660 return [s.strip() for s in argument.split(self._token)]