Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:common_prefix

582     common_prefix = os.path.commonprefix([line for line in text_lines if line])
583 space_prefix_len = len(common_prefix) - len(common_prefix.lstrip())