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

Method is_required

tests/task.py:459–461  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

457 class init:
458 class task:
459 def is_required(self):
460 with raises(TypeError):
461 Call()
462
463 def is_first_posarg(self):
464 assert Call(_).task is _

Callers

nothing calls this directly

Calls 1

CallClass · 0.90

Tested by

no test coverage detected