Home | History | Annotate | Download | only in python_gflags

Lines Matching refs:DEFINE_enum

94 DEFINE_enum: takes a list of strings which represents legal values.  If
214 gflags.DEFINE_enum('gender', 'male', ['male', 'female'], 'your gender')
2624 def DEFINE_enum(name, default, enum_values, help, flag_values=FLAGS,