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

Method find

tests/loader.py:74–77  ·  view source on GitHub ↗
(self, name)

Source from the content-addressed store, hash-verified

72
73 class MockLoader(_BasicLoader):
74 def find(self, name):
75 # Sanity
76 assert name == "simple_ns_list"
77 return super().find(name)
78
79 config = Config({"tasks": {"collection_name": "simple_ns_list"}})
80 loader = MockLoader(config=config)

Callers

nothing calls this directly

Calls 1

findMethod · 0.45

Tested by

no test coverage detected