We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 251257a + d47ce0f commit a98f16dCopy full SHA for a98f16d
README.rst
@@ -31,7 +31,6 @@ Example Usage
31
result = session.run("MATCH (a:Person) RETURN a.name AS name")
32
for record in result:
33
print(record["name"])
34
- result.close()
35
session.close()
36
37
0 commit comments