Skip to content

Instantly share code, notes, and snippets.

@joelbarmettlerUZH
Created October 5, 2019 10:18
Show Gist options
  • Save joelbarmettlerUZH/25b48a3538be3d3ff96551cb2c300c3b to your computer and use it in GitHub Desktop.
Save joelbarmettlerUZH/25b48a3538be3d3ff96551cb2c300c3b to your computer and use it in GitHub Desktop.
def openDatabase(self):
with open(self._databaseName+".pkl", "rb") as db:
self._database = pickle.load(db)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment