Module prefix_stripper

Module prefix_stripper 

Source
Expand description

Module for prefix stripping utilities

Functionsยง

strip_default_value_prefixes
Simple prefix stripper for default values
strip_internal_prefixes
Strip internal module prefixes (modules starting with underscore)
strip_package_prefixes
Strip package-qualified names from type expressions
strip_stdlib_prefixes
Strip standard library prefixes from type expressions
strip_type_prefixes
Combined stripper for type expressions (stdlib + package prefixes)