betty.url_generators.passthrough module¶
URL generators that pass through resources unchanged.
- final class betty.url_generators.passthrough.PassthroughUrlGenerator¶
Bases:
UrlGenerator[str]Returns resources verbatim if they are absolute URLs already.