MCPcopy Create free account
hub / github.com/pyinvoke/invoke / defaults_to_None

Method defaults_to_None

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

Source from the content-addressed store, hash-verified

465
466 class called_as:
467 def defaults_to_None(self):
468 assert Call(_).called_as is None
469
470 def may_be_given(self):
471 assert Call(_, called_as="foo").called_as == "foo"

Callers

nothing calls this directly

Calls 1

CallClass · 0.90

Tested by

no test coverage detected