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

Method does_not_fire_on_post_tasks

tests/executor.py:334–335  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

332 expect("-c autoprint pre-check", out="")
333
334 def does_not_fire_on_post_tasks(self):
335 expect("-c autoprint post-check", out="")
336
337 class inter_task_context_and_config_sharing:
338 def context_is_new_but_config_is_same(self):

Callers

nothing calls this directly

Calls 1

expectFunction · 0.90

Tested by

no test coverage detected