aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/_defines.py
AgeCommit message (Expand)Author
2021-01-29Fix the type annotation for DEFINE_xxx functions where the intention for the ...Yilei Yang
2020-12-23Add a required argument to DEFINE_* methods.Abseil Team
2020-08-03Make `DEFINE_enum_class` values case-insensitive by default.Abseil Team
2020-06-09The generic parameter of FlagHolder now represents the type of value().Abseil Team
2020-05-28Add type annotations for absl flags (Take 2)Abseil Team
2020-05-15Revert adding type annotations for ArgumentParser and Flag.Maxwell Bileschi
2020-05-14Add type annotations for ArgumentParser and Flag.Abseil Team
2020-04-22Fix aliases from marking the aliased flag as present when the alias is defined.Richard Levasseur
2020-02-12DEFINE_* methods now return a FlagHolder instance and encourages coding patte...Abseil Team
2018-12-19Allow defining multi fields with any Iterable, not just lists.Siavash Khodadadeh
2018-12-06Add multi enum class flag to absl.flags.Petros Maniatis
2018-11-19Fix comment typo: _SPECIAL_FLAGS => SPECIAL_FLAGSAbseil Team
2018-09-10Allow enum.Enum classes to be used directly with flags.Richard Levasseur
2017-11-08Improve docs and error messages.Mike Rovner
2017-10-05Code cleanup.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang