MCPcopy Create free account
hub / github.com/GraphLite-AI/GraphLite / first

Method first

bindings/python/graphlite/graphlite.py:94–96  ·  view source on GitHub ↗

Get first row or None

(self)

Source from the content-addressed store, hash-verified

92 return self._data
93
94 def first(self) -> Optional[Dict[str, Any]]:
95 """Get first row or None"""
96 return self.rows[0] if self.rows else None
97
98 def column(self, name: str) -> List[Any]:
99 """Get all values from a specific column"""

Callers 1

runExampleMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected