Python stdlib module — compileall. Auto-indexed from CDN. Method-level security roles have not been annotated; rule writers should inspect the source before use.
.compile_dir()Neutralcompile_dir(dir, maxlevels, ddir, force, rx, quiet, legacy, optimize, workers, invalidation_mode, stripdir, prependdir, limit_sl_dest, hardlink_dupes)
Byte-compile all modules in the given directory tree.
.compile_file()Neutralcompile_file(fullname, ddir, force, rx, quiet, legacy, optimize, invalidation_mode, stripdir, prependdir, limit_sl_dest, hardlink_dupes)
Byte-compile one file.
.compile_path()Neutralcompile_path(skip_curdir, maxlevels, force, quiet, legacy, optimize, invalidation_mode)
Byte-compile all module on sys.path.
.partial()Neutralpartial(...)
partial(func, *args, **keywords) - new function with partial application
| FQN | Field | |
|---|---|---|
| compileall | fqns[0] |
Wrong FQN → 0 findings. Verify with: change fqns to garbage → must produce 0 results.
import compileall