aboutsummaryrefslogtreecommitdiff
path: root/absl/flags/_flagvalues.pyi
AgeCommit message (Expand)Author
2022-05-05Remove the use of six in absl.flags.Yilei Yang
2021-07-26absl: Expose the `.present` property from `Flag` on `FlagHolder`Abseil 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-15Use better annotations for the FlagValues magic methods.Yilei Yang
2020-11-20Fix absl flagvalues pyi to use python-compatible syntaxAbseil Team
2020-11-19Fix absl flagvalues pyi to use python-compatible syntaxPeter Hawkins
2020-11-19Fix absl flagvalues pyi to use python-compatible syntaxAbseil 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