tlc.core.objects.tables.system_tables.indexing
¶
Helper classes for indexing Urls and their content
Module Contents¶
Functions¶
Function |
Description |
---|---|
Create a blacklist visitor that automatically sets skip if the URL is blacklisted. |
API¶
- resolve_message(
- url: Url,
- exception: BaseException,
- force: bool,
- blacklist_visitor(
- blacklist: tlc.core.objects.tables.system_tables.indexing._UrlBlacklist,
- url: Url,
Create a blacklist visitor that automatically sets skip if the URL is blacklisted.
This is a convenience function for the common pattern of creating a blacklist visitor and setting skip if the URL is blacklisted.
- Parameters:
blacklist – The blacklist to check against
url – The URL to check
- Returns:
A configured _BlacklistVisitor instance