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