MCPcopy
hub / github.com/kennethreitz/records / values

Method values

records.py:41–43  ·  view source on GitHub ↗

Returns the list of values from the query.

(self)

Source from the content-addressed store, hash-verified

39 return self._keys
40
41 def values(self):
42 """Returns the list of values from the query."""
43 return self._values
44
45 def __repr__(self):
46 return "<Record {}>".format(self.export("json")[1:-1])

Callers 4

__getitem__Method · 0.95
as_dictMethod · 0.95
datasetMethod · 0.95
datasetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected