Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:no_name

1231       no_name = 'no' + name
1233 no_prefix = shortest_matches[no_name]
1241 elif arg.startswith('--'+no_prefix) and ('--'+no_name).startswith(arg):