python_cypher.py¶
-
class
python_cypher.
CypherParserBaseClass
[source]¶ Base class that specific parsers will inherit from. Certain methods must be defined in the child class. See the docs.
-
create_query
(graph_object, parsed_query)[source]¶ For executing queries of the form CREATE... RETURN.
-