Retain
Retain
Section titled “Retain”Kind: class
Source: src/graphrefly/_facade.py:1048
Signature
Section titled “Signature”Retain(subscription: Subscription, *, owner_thread: int, lifetime: _GraphLifetime)Description
Section titled “Description”Graph-owned activation root release token.
Attributes
Section titled “Attributes”| Name | Type | Description |
|---|---|---|
closed | bool | Return whether this retain token has been released. |
Methods
Section titled “Methods”release
Section titled “release”release() -> NoneRelease this graph-owned activation root.
Source: src/graphrefly/_facade.py:1069