Files
galaxy/lib
mvdbeek 09f32c2a15 LazyTool: more execution-path attrs in _MATERIALIZE_OK
Round-2 CI surfaced five more attributes the tool-execution path
hits before the parameter machinery has finished setting up:

- ``check_and_update_param_values`` — parameter validation called from
  ``handle_input``.
- ``wants_params_cleaned`` — parameter scrub before execution.
- ``tool_source`` — raw ``ToolSource`` (some callers walk the XML
  directly).
- ``dynamic_tool`` — dynamic-tool linkage on execution.
- ``produces_entry_points`` — interactive-tool entry-point lookup.

All five materialise correctly when read; adding to ``_MATERIALIZE_OK``
makes the stub's strict ``__getattr__`` route through the cached
``_real`` Tool on first access instead of raising.
2026-07-28 17:27:19 +02:00
..
2026-07-22 08:11:31 +03:00