Skip to content

Commit 27f21b7

Browse files
committed
Small update to python scripting guide
Related to unfinished python thinning infra. ignorable for now
1 parent c1fa6ba commit 27f21b7

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Distribution/AppletBuilder.app/Contents/Resources/Documentation/omc_python_scripting_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Key points:
305305
- **Coverage is the rule.** Pass one `--trace` per distinct Python entry point your applet runs (each handler/command, not just the main one). The `--static` cross-check (automatic on the Scripts directory) warns when a handler imports something no trace exercised — heed it, or that module gets removed.
306306
- **`--trace` is the command after `python3 -X importtime`** — pass the script/module + args, with no leading `python3`. For a module entry point use `--trace "-m package.module …"`.
307307

308-
See the Python-Embedding README for the underlying `analyze_python_deps.py` / `thin_from_plan.sh` tools and the full methodology.
308+
See the Python-Embedding README for the underlying `analyze_python_deps.py` / `thin_with_plan.sh` tools and the full methodology.
309309

310310
## Naming Conventions
311311

Documentation/omc_python_scripting_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Key points:
305305
- **Coverage is the rule.** Pass one `--trace` per distinct Python entry point your applet runs (each handler/command, not just the main one). The `--static` cross-check (automatic on the Scripts directory) warns when a handler imports something no trace exercised — heed it, or that module gets removed.
306306
- **`--trace` is the command after `python3 -X importtime`** — pass the script/module + args, with no leading `python3`. For a module entry point use `--trace "-m package.module …"`.
307307

308-
See the Python-Embedding README for the underlying `analyze_python_deps.py` / `thin_from_plan.sh` tools and the full methodology.
308+
See the Python-Embedding README for the underlying `analyze_python_deps.py` / `thin_with_plan.sh` tools and the full methodology.
309309

310310
## Naming Conventions
311311

0 commit comments

Comments
 (0)