Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:DEFINE_list

98 DEFINE_list: Takes a comma-separated list of strings on the commandline.
366 e.g., DEFINE_list.
372 using DEFINE_list, this field may be foo,bar, not ['foo', 'bar'].
2691 def DEFINE_list(name, default, help, flag_values=FLAGS, **args):