↓ 1 callersFunctionpairwise 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)]
openfda/export/pipeline.py:173
Method__init__(self, applications_db_path, products_db_path, applications_docs_db_path, submissions_db_path,
openfda/drugsfda/pipeline.py:535