MCPcopy Create free account
hub / github.com/streamlit/streamlit / __repr__

Method __repr__

lib/streamlit/cursor.py:104–106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

102 return index in self._data
103
104 def __repr__(self) -> str:
105 items = ", ".join(f"{i}: {v}" for i, v in self.items())
106 return f"SparseList({{{items}}})"
107
108
109class Cursor:

Callers

nothing calls this directly

Calls 2

itemsMethod · 0.95
joinMethod · 0.45

Tested by

no test coverage detected