Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pyinvoke/invoke
/ value
Method
value
invoke/parser/argument.py:125–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
123
124
@property
125
def
value(self) -> Any:
126
# TODO: should probably be optional instead
127
return
self._value
if
self._value is not None
else
self.default
128
129
@value.setter
130
def
value(self, arg: str) -> None:
Callers
nothing calls this directly
Calls
1
set_value
Method · 0.95
Tested by
no test coverage detected