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.
neo4j.Record
1 parent ccbdae0 commit ee5a64cCopy full SHA for ee5a64c
docs/source/api.rst
@@ -950,11 +950,6 @@ Record
950
951
.. autoclass:: neo4j.Record()
952
953
- A :class:`neo4j.Record` is an immutable ordered collection of key-value
954
- pairs. It is generally closer to a :class:`namedtuple` than to an
955
- :class:`OrderedDict` inasmuch as iteration of the collection will
956
- yield values rather than keys.
957
-
958
.. describe:: Record(iterable)
959
960
Create a new record based on an dictionary-like iterable.
0 commit comments