Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
src/o/c/ocean-HEAD/lionfish/python_lionfish/server/odm_server.py ocean(Download)
# Executes cypher query cypher_query = neo4j.CypherQuery(self._graph_db, unicode(query_string)) query_results = cypher_query.execute(**query_params) results = []