Changeset - c3e0cc869bcc
[Not reviewed]
0 1 0
Brett Smith - 3 years ago 2021-03-09 21:17:30
brettcsmith@brettcsmith.org
query: Improve help text in interactive shell.
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/query.py
Show inline comments
...
 
@@ -11,2 +11,3 @@ import datetime
 
import enum
 
import functools
 
import itertools
...
 
@@ -124,2 +125,3 @@ class StrMeta(bc_query_env.AnyMeta):
 
class AggregateSet(bc_query_compile.EvalAggregator):
 
    """Filter argument values that aren't unique."""
 
    __intypes__ = [object]
...
 
@@ -225,2 +227,3 @@ class BQLShell(bc_query_shell.BQLShell):
 

	
 
    @functools.wraps(bc_query_shell.BQLShell.on_Select, ('__doc__',))
 
    def on_Select(self, statement: QueryStatement) -> None:
0 comments (0 inline, 0 general)