Skip to main content

SUPPORTED_PATH_METHODS

Constant SUPPORTED_PATH_METHODS 

Source
pub const SUPPORTED_PATH_METHODS: &'static str;
Available on crate features code and embedded-python only.
Expand description

The exact pathlib.Path surface Monty implements, listed for the model when any path is mounted (anything else raises AttributeError).

Hand-maintained against the monty release pinned in Cargo.toml (0.0.19) — re-check this list whenever that pin is bumped, or the prompt silently drifts from interpreter behavior. Public so other Monty integrations (adk-codeact-monty) render the same list from the same source.