-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Include advanced query system objects in docs
`Butler.query` has been public for a while, but the documentation for the `Query` object it returns was not included in the documentation. This change pulls in the user-facing portions of the interface without any of the internal objects. (The internal objects are sometimes referenced from constructors, but those constructors are documented as "do not use".)
- Loading branch information
Showing
3 changed files
with
24 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,6 +35,5 @@ | |
from ._query_tree import * | ||
|
||
LogicalNot.model_rebuild() | ||
del LogicalNot | ||
|
||
Predicate.model_rebuild() |