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

Method may_be_given

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

Source from the content-addressed store, hash-verified

475 assert Call(_).args == tuple()
476
477 def may_be_given(self):
478 assert Call(_, args=(1, 2, 3)).args == (1, 2, 3)
479
480 class kwargs:
481 def defaults_to_empty_dict(self):

Callers

nothing calls this directly

Calls 1

CallClass · 0.90

Tested by

no test coverage detected