abseil / abseil-py

Abseil Common Libraries (Python)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

getting the dict version of FLAGS

IssamLaradji opened this issue · 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?

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

Yep, it did! thanks @yilei !