aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/__init__.py
AgeCommit message (Expand)Author
2022-09-20Add a flags.set_default function.Abseil Team
2022-08-24Expose the public APIs as the `__all__` attribute in `absl/flags/__init__.py`.Yilei Yang
2022-05-05Remove the use of six in absl.flags.Yilei Yang
2021-02-26Add EnumClassListSerializer to the public namespaceAbseil Team
2021-02-08Expose EnumClassSerializer.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-02-12DEFINE_* methods now return a FlagHolder instance and encourages coding patte...Abseil Team
2019-03-27Internal changeAbseil Team
2019-02-15Add mark_bool_flags_as_mutual_exclusive to flags/__init__Karol M. Langner
2018-12-06Add multi enum class flag to absl.flags.Petros Maniatis
2018-09-10Allow enum.Enum classes to be used directly with flags.Richard Levasseur
2017-12-18Internal change.Yilei Yang
2017-09-19Initial commit: Abseil Python Common Libraries.Yilei Yang