Skip to content

Commit

Permalink
Make implementation-centric docstring into a comment.
Browse files Browse the repository at this point in the history
DO NOT MERGE; SQUASH.
  • Loading branch information
TallJimbo committed Mar 4, 2024
1 parent e4e8d07 commit 714931b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions python/lsst/daf/butler/queries/_query.py
Expand Up @@ -98,12 +98,12 @@ def constraint_dataset_types(self) -> Set[str]:
The existence of datasets of these types constrains the data IDs of any
type of result. Fields for these dataset types are also usable in
'where' expressions.
Note that this includes only dataset type names, not `DatasetType`
instances; the `DatasetQueryResults` adapter returned by the `datasets`
method does include `DatasetType` instances, since it is in a better
position to track and respect any storage class override specified.
"""
# Note that this includes only dataset type names, not `DatasetType`
# instances; the `DatasetQueryResults` adapter returned by the
# `datasets` method does include `DatasetType` instances, since it is
# in a better position to track and respect any storage class override
# specified.
return self._tree.datasets.keys()

@property
Expand Down

0 comments on commit 714931b

Please sign in to comment.