abseil-py
abseil-py copied to clipboard
Abseil Common Libraries (Python)
Enumeration of the cases for a parameterized test method in an `absl.testing.parameterized.TestCase` is eager: it happens at the point where the class is defined. Under normal circumstances, this is before...
[This section of the guide](https://abseil.io/docs/python/guides/flags#how-do-i-access-c-flags-from-python) has been "forthcoming" for some time. Is there any timeline on this? The definition of `class Flag`, there appear to be some Google internals that...
Update code to use Python 3.7+ syntax
Add an assertMappingEqual method.
Currently, it does not seem possible to create Python bindings for C++ code that return `absl::Status` since the Python version of `Status` does not exist in abseil-py. Are there plans...
Hi, I found that even though `absl.testing` is extended from the unittest module but it is not compatible with `unittest disover` feature. This makes it hard to people who want...
Add recordProperty and getRecordedProperties.
https://github.com/abseil/abseil-py/blob/dbd553a0e0889bcf79498fc4801d56caccb07c5b/setup.py#L4
Migrate away from 3.7 compatibility.
In glog the `--stderrthreshold` allows value 4 to avoid copying any message no matter the level to stderr. In abseil the value must be a valid level, so at least...