MCPcopy Create free account
hub / github.com/FDA/openfda / pairwise

Function pairwise

openfda/export/pipeline.py:173–182  ·  view source on GitHub ↗

Helper function taken from python docs to turn a list into a list of pairwise tuples. [s0, s1, s2, s3] -> [(s0,s1), (s1,s2), (s2, s3)]

(iterable)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected