MCPcopy Index your code
hub / github.com/MobleyLab/FreeSolv / read_database

Function read_database

scripts/utils.py:8–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6import cPickle as pickle
7
8def read_database():
9 database_filename = 'database.pickle'
10 with open(database_filename, 'r') as database_file:
11 database = pickle.load(database_file)
12 return database

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected