MCPcopy Index your code
hub / github.com/pyinvoke/invoke / list_nested

Method list_nested

invoke/program.py:821–824  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

819 self.display_with_columns(pairs=pairs)
820
821 def list_nested(self) -> None:
822 pairs = self._make_pairs(self.scoped_collection)
823 extra = "'*' denotes collection defaults"
824 self.display_with_columns(pairs=pairs, extra=extra)
825
826 def _make_pairs(
827 self,

Callers

nothing calls this directly

Calls 2

_make_pairsMethod · 0.95
display_with_columnsMethod · 0.95

Tested by

no test coverage detected