| commit | a03c793c3db4d35cac68953c4207e1929881362c | [log] [tgz] |
|---|---|---|
| author | Yilei Yang <yileiyang@google.com> | Thu Sep 21 20:30:17 2017 -0700 |
| committer | Yilei Yang <yileiyang@google.com> | Mon Sep 25 10:29:23 2017 -0700 |
| tree | 53a3c16f76bc374d05c1476d93ec3b0ee1fd0bd1 | |
| parent | e8d3808145a248845098dea839b1ff6753981f18 [diff] |
Fix FLAGS.set_default's docstring. It only sets flag's current value if it's currently using the default value. PiperOrigin-RevId: 169640452
This repository is a collection of Python library code for building Python applications. The code is collected from Google's own Python code base, and has been extensively tested and used in production.
To install the package, simply run:
python setup.py install
We will also release the package on PyPI very soon.
To run Abseil tests, we use bazel:
bazel absl/...
Please refer to smoke_tests/smoke_test.py as an example to get started.
Full documentation is forthcoming on https://abseil.io. For now, please refer to the in-code Python docstrings.
The current repository includes an initial set of libraries for early adoption. More components and interoperability with Abseil C++ Common Libraries will come in future releases.
This is not an official Google product.