abseil/abseil-py

getting the dict version of FLAGS

IssamLaradji opened this issue · 2 comments

Thanks for this great repo. Could you help met the dict version of FlagValues so I could have a global view of the (key, value) pairs of the object?

yilei commented

FLAGS.flag_values_dict() returns a dict of {flag key: flag value}, does this work for you?

Yep, it did! thanks @yilei !