gatelogue_aggregator.types.node.spawn_warp.SpawnWarpSource

class gatelogue_aggregator.types.node.spawn_warp.SpawnWarpSource

Bases: BaseContext, Source

__init__()

Methods

__init__()

find_by_ref(v)

find_by_ref_or_index(v)

retrieve_from_cache(config)

sanitise_strings(g)

save_to_cache(config, g)

source(v)

Attributes

g

name

priority

find_by_ref(v: R) N | None
find_by_ref_or_index(v: R | int) N | None
g: rx.PyGraph
name: ClassVar[str] = ''
priority: ClassVar[float | int]
classmethod retrieve_from_cache(config: Config) rx.PyGraph | None
classmethod sanitise_strings(g: rx.PyGraph)
classmethod save_to_cache(config: Config, g: rx.PyGraph)
classmethod source(v: T) Sourced[T]