Define `__all__`

Co-authored-by: Adam Turner <9087854+aa-turner@users.noreply.github.com>
This commit is contained in:
Chris Sewell
2024-04-20 00:47:10 +01:00
committed by Adam Turner
parent 3e8b8ab2d9
commit 56b793d1c2

View File

@@ -18,6 +18,24 @@ This works as follows:
from __future__ import annotations
__all__ = (
'InventoryAdapter',
'fetch_inventory',
'fetch_inventory_group',
'load_mappings',
'normalize_intersphinx_mapping',
'IntersphinxRoleResolver',
'inventory_exists',
'install_dispatcher',
'resolve_reference_in_inventory',
'resolve_reference_any_inventory',
'resolve_reference_detect_inventory',
'missing_reference',
'IntersphinxDispatcher',
'IntersphinxRole',
'inspect_main',
)
import concurrent.futures
import functools
import posixpath