module documentation

Import and set up the imports_map.

Class ImportsMapBuilder Build an imports map from (short_path, path) pairs.
Type Alias ImportsMapType Undocumented
Type Alias ItemType Undocumented
Type Alias MultimapType Undocumented
Variable log Undocumented
ImportsMapType = (source)

Undocumented

Value
Dict[str, str]
ItemType = (source)

Undocumented

Value
Tuple[str, str]
MultimapType = (source)

Undocumented

Value
Dict[str, List[str]]

Undocumented