Contents:
Bases: ABC
ABC
Abstract base class for mappers that map components to strings.
Methods
__init__()
__init__
map(component)
map
Maps a component to a string.
component (Component) – The component to map.
The mapped string.
str