MCPcopy Create free account
hub / github.com/pyinvoke/invoke / subcollection_aliases

Method subcollection_aliases

tests/cli.py:80–81  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

78 self._compare_names("my-task27", "my-task2")
79
80 def subcollection_aliases(self):
81 self._compare_names("sub-coll.other", "sub-coll.sub-task")
82
83 def subcollection_default_tasks(self):
84 self._compare_names("sub-coll", "sub-coll.sub-task")

Callers

nothing calls this directly

Calls 1

_compare_namesMethod · 0.95

Tested by

no test coverage detected