Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(3) | Call(3) | Derive(0) | Import(0)
src/n/e/neomodel-HEAD/neomodel/core.py neomodel(Download)
try: cq = neo4j.CypherQuery(connection(), '') start = time.clock() r = neo4j.CypherResults(cq._cypher._post({'query': query, 'params': params or {}}))
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)
@param query_params """ cypher_query = neo4j.CypherQuery(self._graph_db, unicode(query_string)) cypher_query.run(**query_params)