cymple.builder.CallAvailable

class cymple.builder.CallAvailable(query)

Bases: Procedure

A class decorator declares a Call is available in the current query.

__init__(query)

Initialize the query object.

Methods

__init__(query)

Initialize the query object.

cypher(cypher_query_str)

Concatenate a cypher query string

get()

Get the final query string .

procedure(literal_procedure)

Concatenate a literal procedure.

cypher(cypher_query_str)

Concatenate a cypher query string

get()

Get the final query string .

procedure(literal_procedure: str)

Concatenate a literal procedure.

Parameters:

literal_procedure (str) – A string that is evaluated to a cypher procedure

Returns:

A Query object with a query that contains the new clause.

Return type:

ProcedureAvailable