aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/_defines.pyi
AgeCommit message (Expand)Author
2022-09-20Add a flags.set_default function.Abseil Team
2022-09-13Support FlagHolders in flag module-level functions.Abseil Team
2022-07-18Work around a Pytype issue in `DEFINE_multi_enum_class`'s return value where ...Yilei Yang
2021-01-29Fix the type annotation for DEFINE_xxx functions where the intention for the ...Yilei Yang
2021-01-20Fixed some pyi errors in flags/_define.pyiAbseil Team
2021-01-19Remove obsolete comments, default values don't belong to `.pyi` files anyway.Yilei Yang
2021-01-06Replace the default values in `.pyi` files with `...` as they don't belong th...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