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

Method __len__

lib/streamlit/runtime/secrets.py:613–615  ·  view source on GitHub ↗

The number of entries in the dict. Thread-safe.

(self)

Source from the content-addressed store, hash-verified

611 return repr(self._parse())
612
613 def __len__(self) -> int:
614 """The number of entries in the dict. Thread-safe."""
615 return len(self._parse())
616
617 def has_key(self, k: str) -> bool:
618 """True if the given key is in the dict. Thread-safe."""

Callers

nothing calls this directly

Calls 1

_parseMethod · 0.95

Tested by

no test coverage detected