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

Method get

tests/context.py:92–95  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

90 assert self.c.biz.baz == "boz"
91
92 def get(self):
93 assert self.c.get("foo") == "bar"
94 assert self.c.get("nope", "wut") == "wut"
95 assert self.c.biz.get("nope", "hrm") == "hrm"
96
97 def pop(self):
98 assert self.c.pop("foo") == "bar"

Callers 10

conf.pyFile · 0.80
base_caseMethod · 0.80
base_caseMethod · 0.80
_sudoMethod · 0.80
global_defaultsMethod · 0.80
update_configMethod · 0.80
util.pyFile · 0.80
help_forMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected