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 598e452 commit b40d18bCopy full SHA for b40d18b
1 file changed
stubs/portage/portage/dbapi/porttree.pyi
@@ -10,13 +10,13 @@ class portdbapi(dbapi):
10
def xmatch(
11
self,
12
level: Literal[
13
- bestmatch - visible,
14
- match - all - cpv - only,
15
- match - all,
16
- match - visible,
17
- minimum - all,
18
- minimum - visible,
19
- minimum - all - ignore - profile,
+ "bestmatch-visible",
+ "match-all-cpv-only",
+ "match-all",
+ "match-visible",
+ "minimum-all",
+ "minimum-visible",
+ "minimum-all-ignore-profile",
20
],
21
origdep: str,
22
) -> list[str] | str: ...
0 commit comments