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 1982232 commit d5c1f02Copy full SHA for d5c1f02
stubs/portage/@tests/stubtest_allowlist.txt
stubs/portage/METADATA.toml
@@ -1,5 +1,6 @@
1
version = "3.0.*"
2
upstream_repository = "https://gitweb.gentoo.org/proj/portage.git"
3
+partial_stub = true
4
5
[tool.stubtest]
-ci_platforms = ["linux"]
6
+ignore_missing_stub = true
stubs/portage/portage/__init__.pyi
@@ -5,11 +5,11 @@ from .dbapi.porttree import portagetree
from .package.ebuild.config import config
7
@type_check_only
8
-class DBRootDict(TypedDict):
+class _DBRootDict(TypedDict):
9
bintree: Any
10
porttree: portagetree
11
virtuals: Any
12
13
-db: Mapping[str, DBRootDict]
+db: Mapping[str, _DBRootDict]
14
root: str
15
settings: config
0 commit comments