We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 918da11 commit fea3ba8Copy full SHA for fea3ba8
1 file changed
stubs/portage/portage/__init__.pyi
@@ -4,6 +4,9 @@ from typing import TypedDict, type_check_only
4
5
from .dbapi.porttree import portagetree
6
from .package.ebuild.config import config
7
+from .package.ebuild.doebuild import doebuild
8
+
9
+__all__ = ["config", "db", "doebuild", "root", "settings"]
10
11
@type_check_only
12
class _DBRootDict(TypedDict):
0 commit comments