betty.jobs.populate_link module# Jobs to populate links. final class betty.jobs.populate_link.PopulateLink# Bases: Job Populate a link with information from its URL. __init__(link: Link, /, *, http_client: ClientSession, localizers: Iterable[Localizer])# async do(scheduler: Scheduler, /) → None# Do the job. classmethod id_for(link: Link) → str# Get the job ID.