Skip to main content

Module getpath

Module getpath 

Source
Expand description

Path configuration for RustPython (ref: Modules/getpath.py)

This module implements Python path calculation logic following getpath.py. It uses landmark-based search to locate prefix, exec_prefix, and stdlib directories.

The main entry point is init_path_config() which computes Paths from Settings.

Functionsยง

init_path_config
Compute path configuration from Settings