Package request dict-like object list of packages #1344
hughetop
started this conversation in
New Features
Replies: 1 comment 1 reply
-
Something similar has been tried, but it was iterating over |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
For the request object we can do things like:
This is great, but if you have multiple things you want to check, you need to do each one individually like:
Would it be possible to get the list or set of package requests? The request base class only implements
__contains__
and__getitem__
. Ideally we could do something like:Beta Was this translation helpful? Give feedback.
All reactions