def get_all_docstrings(self): resp = requests.get(self.path + "/all_docstrings") return bson_loads(resp.text)