abseil-py icon indicating copy to clipboard operation
abseil-py copied to clipboard

Abseil Common Libraries (Python)

Results 30 abseil-py issues
Sort by recently updated
recently updated
newest added

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...

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...

https://github.com/abseil/abseil-py/blob/dbd553a0e0889bcf79498fc4801d56caccb07c5b/setup.py#L4

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...