MCPcopy
hub / github.com/tanelpoder/0xtools / get_current_group_cols

Method get_current_group_cols

xtop/core/navigation.py:463–467  ·  view source on GitHub ↗

Get current grouping columns

(self)

Source from the content-addressed store, hash-verified

461 return "1=1"
462
463 def get_current_group_cols(self) -> List[str]:
464 """Get current grouping columns"""
465 if self.current_frame:
466 return self.current_frame.group_cols
467 return []
468
469 def can_back_out(self) -> bool:
470 """Check if back-out is possible"""

Callers 2

get_state_summaryMethod · 0.95
test_column_visibilityFunction · 0.95

Calls

no outgoing calls

Tested by 1

test_column_visibilityFunction · 0.76