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

Method basic_set_and_get

tests/collection.py:622–624  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

620 self.task = Task(_func, name="task")
621
622 def basic_set_and_get(self):
623 self.root.configure({"foo": "bar"})
624 assert self.root.configuration() == {"foo": "bar"}
625
626 def configure_performs_merging(self):
627 self.root.configure({"foo": "bar"})

Callers

nothing calls this directly

Calls 2

configureMethod · 0.80
configurationMethod · 0.80

Tested by

no test coverage detected