bento_meta.util.cypher.functions
bento_meta.util.cypher.functions
Representations of Cypher functions
Classes
Functions
|
|
|
|
|
Module Contents
- class bento_meta.util.cypher.functions.Func(arg)[source]
Bases:
object
- template
- joiner = ','
- As = ''
- arg
- class bento_meta.util.cypher.functions.And(*args)[source]
Bases:
Func
- template
- joiner = ' AND '
- arg = []