diff options
author | Greg Becker <becker33@llnl.gov> | 2019-10-30 18:47:48 -0500 |
---|---|---|
committer | Todd Gamblin <tgamblin@llnl.gov> | 2019-11-01 03:49:47 -0700 |
commit | 30c9609c4e04e5768ad3ec22d738c73954864e27 (patch) | |
tree | 4df584172959f852ef94fdd0fa9889715046920d /.coveragerc | |
parent | 944d7b3d62214b112b7e642999b8247291bb1bbc (diff) | |
download | spack-30c9609c4e04e5768ad3ec22d738c73954864e27.tar.gz spack-30c9609c4e04e5768ad3ec22d738c73954864e27.tar.bz2 spack-30c9609c4e04e5768ad3ec22d738c73954864e27.tar.xz spack-30c9609c4e04e5768ad3ec22d738c73954864e27.zip |
Documentation: Database.query methods share docstrings (#13515)
Currently, query arguments in the Spack core are documented on the
Database._query method, where the functionality is defined.
For users of the spack python command, this makes the python builtin
method help less than ideally useful, as help(spack.store.db.query)
and help(spack.store.db.query_local) do not show relevant information.
This PR updates the doc attributes for the Database.query and
Database.query_local arguments to mirror everything after the first
line of the Database._query docstring.
Diffstat (limited to '.coveragerc')
0 files changed, 0 insertions, 0 deletions