Skip to content

miniproto.session.storage.InMemorySessionStorage.sibling

miniproto.session.storage.InMemorySessionStorage.sibling

Section titled “miniproto.session.storage.InMemorySessionStorage.sibling”
sibling(name: str) -> InMemorySessionStorage

Return a stable independent named in-memory sibling storage.

Raises:

  • ValueError – If the portable sibling name contains unsafe characters.

Parameters:

  • name (str) – Portable sibling identifier used as the stable lookup key.