Skip to content
PACKAGES

Retain

Kind: class

Source: src/graphrefly/_facade.py:1048

Retain(subscription: Subscription, *, owner_thread: int, lifetime: _GraphLifetime)

Graph-owned activation root release token.

NameTypeDescription
closedboolReturn whether this retain token has been released.
release() -> None

Release this graph-owned activation root.

Source: src/graphrefly/_facade.py:1069