commit | 18e5bfcd0f68bae091dba044c2a1f22883f107cc | [log] [tgz] |
---|---|---|
author | Eugene Xie <eugenex@google.com> | Wed Jan 17 19:32:42 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 17 19:32:42 2024 |
tree | cd69eb499a2edb228cda1f1802117d1ed81e250a | |
parent | 3fe3e527bb0ab4a6c266a8574ae07d1ff627a1a0 [diff] |
Add proper documentation for model_util.py Add proper docstrings for methods with multi-line summaries for model_util.py. Also remove the shebang in the model_unittest.py. The motivation for fixing these is to resolve python linting errors when this file is synced from Chromium to the Google repository. Tested by running `model_unittest_wrapper.py` to ensure code still runs. NO_BUG Change-Id: I50d363f11366f6287b00c3975d6d24665fb1406b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5202118 Reviewed-by: Jong Ahn <jongahn@chromium.org> Commit-Queue: Eugene Xie <eugenex@google.com> Reviewed-by: Andrew Bregger <andrewbregger@google.com> Cr-Commit-Position: refs/heads/main@{#1248288}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.