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

Method defaults_to_empty_tuple

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

Source from the content-addressed store, hash-verified

472
473 class args:
474 def defaults_to_empty_tuple(self):
475 assert Call(_).args == tuple()
476
477 def may_be_given(self):
478 assert Call(_, args=(1, 2, 3)).args == (1, 2, 3)

Callers

nothing calls this directly

Calls 1

CallClass · 0.90

Tested by

no test coverage detected