Skip to content

Commit

Permalink
[columns-] fix test; hide expr attribute by default
Browse files Browse the repository at this point in the history
  • Loading branch information
saulpw committed Oct 6, 2024
1 parent 7691657 commit 389c605
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visidata/metasheets.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def setValue(self, srcCol, val):
ColumnAttr('formatter', disp_expert=1, help='use a custom format function (**{col.help_formatters}**)'),
ColumnAttr('displayer', disp_expert=1, help='use a custom display function (**{col.help_displayers}**)'),
ValueColumn('value', help='change the value of this cell on the source sheet'),
ColumnAttr('expr', help='change the main column parameter'),
ColumnAttr('expr', disp_expert=1, help='change the main column parameter'),
ColumnAttr('ncalcs', type=int, width=0, cache=False),
ColumnAttr('maxtime', type=float, width=0, cache=False),
ColumnAttr('totaltime', type=float, width=0, cache=False),
Expand Down

0 comments on commit 389c605

Please sign in to comment.