Skip to content

Commit 65b620a

Browse files
committed
Add returns documentation
1 parent 1c59a26 commit 65b620a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

graphdatascience/graph/graph_cypher_runner.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,10 @@ def project(
111111
Allowed values are 'AND' and 'OR'.
112112
**config : Any
113113
Additional configuration for the projection.
114+
115+
Returns
116+
-------
117+
A tuple of the projected graph and statistics about the projection
114118
"""
115119

116120
query_params: Dict[str, Any] = {"graph_name": graph_name}

0 commit comments

Comments
 (0)