query_python
Execute Python code on elaborated design data for queries beyond typed tools. Read-only by convention, with output limits.
Instructions
Escape hatch: run Python against the live design ('naja' raw bindings, 'snl' raw helpers, 'session', 'top' in scope). Prefer the typed tools above; use this only for queries they cannot express. Unsandboxed eval/exec in the server process — read-only by convention, not enforced; operators can turn it off with NAJA_SCOPE_DISABLE_PYTHON. Output capped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes |