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

Class Path

tests/context.py:214–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

212 @patch(local_path)
213 def cd_should_accept_any_stringable_object(self, Local):
214 class Path:
215 def __init__(self, value):
216 self.value = value
217
218 def __str__(self):
219 return self.value
220
221 runner = Local.return_value
222 c = Context()

Callers 6

typecheckFunction · 0.85
setup_methodMethod · 0.85
can_load_packageMethod · 0.85
loadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…