app._signal_graph

Page actions AI-ready formats and sharing
Open LLM text
Share with AI
Ask Claude Ask ChatGPT Ask Gemini Ask Copilot

Private immutable signal topology compiled at the application freeze boundary.

Private immutable signal topology compiled at the application freeze boundary.

app._signal_graph

Name Type Default Description
type
qualified_name
element_type
description
source_file
line_number
is_autodoc
autodoc_element
_autodoc_template
_autodoc_url_path
_autodoc_page_type
title
doc_content_hash

Symbols on this page

_SignalProducerNode
class
_SignalBindingNode
class
_SignalConnectionNode
class
_SignalEdge
class
_SignalGraph
class

Frozen producer/dependency/sink topology; never contains live values.

_BindingFact
class
compile_signal_graph
function
def compile_signal_graph(*, registry: Any | None, program: HypermediaProgram, kida_env: Any | None, route_templates: dict[str, str], route_layout_chains: dict[str, Any]) -> _SignalGraph

Compile registry declarations and reachable static template evidence.

Parameters

Name Type Default Description
registry Any | None
program HypermediaProgram
kida_env Any | None
route_templates dict[str, str]
route_layout_chains dict[str, Any]

View source · /home/runner/work/chirp/chirp/site/../src/chirp/app/_signal_graph.py:1