MCPcopy Create free account
hub / github.com/coleifer/huey / put_data

Method put_data

huey/tests/test_immediate.py:200–200  ·  view source on GitHub ↗
(self, key, value)

Source from the content-addressed store, hash-verified

198 def add_to_schedule(self, data, ts, utc): raise NoUseException()
199 def read_schedule(self, ts): raise NoUseException()
200 def put_data(self, key, value): raise NoUseException()
201 def peek_data(self, key): raise NoUseException()
202 def pop_data(self, key): raise NoUseException()
203 def has_data_for_key(self, key): raise NoUseException()

Callers 6

test_expire_resultsMethod · 0.45
test_wait_resultMethod · 0.45
test_counterMethod · 0.45
test_expire_resultsMethod · 0.45

Calls 1

NoUseExceptionClass · 0.85

Tested by

no test coverage detected