MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / get_offset

Function get_offset

example_code/item_069.py:59–61  ·  view source on GitHub ↗
(data)

Source from the content-addressed store, hash-verified

57 pass
58
59def get_offset(data):
60 # Always returns 1 or greater
61 return 1
62
63def worker(sensor_index, how_many):
64 global counter

Callers 3

workerFunction · 0.85
item_069.pyFile · 0.85
locking_workerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected