Skip to main content

production_stem

Function production_stem 

Source
pub fn production_stem(path: &str) -> Option<&str>
Expand description

Extract stem from a production file path. user.py -> Some("user") _decoders.py -> Some("decoders") (leading _ stripped) __init__.py -> None test_user.py -> None