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 7b67e8f commit 53070dfCopy full SHA for 53070df
stubs/portage/portage/package/ebuild/doebuild.pyi
@@ -38,19 +38,19 @@ def doebuild(
38
"unmerge",
39
"unpack",
40
],
41
- settings: config | None = ...,
+ settings: config | None = None,
42
debug: Literal[0, 1] = 0,
43
listonly: Literal[0, 1] = 0,
44
fetchonly: Literal[0, 1] = 0,
45
cleanup: Literal[0, 1] = 0,
46
use_cache: Literal[0, 1] = 1,
47
fetchall: Literal[0, 1] = 0,
48
- tree: Literal["vartree", "porttree", "bintree"] = ...,
49
- mydbapi: portdbapi | None = ...,
50
- vartree=...,
51
- prev_mtimes: dict[str, Incomplete] | None = ...,
52
- fd_pipes: dict[str, str] | None = ...,
53
- returnproc: int | bool = ...,
+ tree: Literal["vartree", "porttree", "bintree"] | None = None,
+ mydbapi: portdbapi | None = None,
+ vartree=None,
+ prev_mtimes: dict[str, Incomplete] | None = None,
+ fd_pipes: dict[str, str] | None = None,
+ returnproc: int | bool = False,
54
) -> Literal[0, 1] | bool | list[int]: # Missing portage.process.MultiprocessingProcess
55
...
56
0 commit comments