Expand description
Python project discovery and ahead-of-run obligation preparation.
The project runs in place: nothing here copies or rewrites sources. Rust
reads every in-scope .py file once, builds the complete manifest and the
runtime probe plan, and records which files were included, excluded or
unparseable so the run can say exactly what its denominator covers.
Structs§
Constants§
Functions§
- discover_
python_ files - prepare_
python_ project - python_
integrity_ inputs - Integrity inputs: sources and tests are hashed separately, dependency and configuration files identify the environment, and the command plus the supervisor environment identify execution.