MCPcopy Create free account
hub / github.com/pytest-dev/pytest / get

Method get

testing/test_tmpdir.py:42–43  ·  view source on GitHub ↗
(self, key)

Source from the content-addressed store, hash-verified

40 return self
41
42 def get(self, key):
43 return lambda *k: None
44
45 @property
46 def option(self):

Calls

no outgoing calls

Tested by

no test coverage detected