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

Method list_flat

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

Source from the content-addressed store, hash-verified

815 getattr(self, "list_{}".format(self.list_format))()
816
817 def list_flat(self) -> None:
818 pairs = self._make_pairs(self.scoped_collection)
819 self.display_with_columns(pairs=pairs)
820
821 def list_nested(self) -> None:
822 pairs = self._make_pairs(self.scoped_collection)

Callers

nothing calls this directly

Calls 2

_make_pairsMethod · 0.95
display_with_columnsMethod · 0.95

Tested by

no test coverage detected