Actions
Idea #8838
open[SDKs] PySDK Collection class lets you iterate files and subcollections separately
Start date:
Due date:
Story points:
-
Release:
Release relationship:
Auto
Description
I might be overlooking something, but right now it looks like the best way to distinguish files and collections when you iterate over a Collection is to use isinstance
. This feels creaky and a little un-Pythonic.
It would be nice if there was an API to iterate over these separately. One way might be to have a walk method that works like os.walk.
Updated by Brett Smith over 8 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege over 3 years ago
- Target version deleted (
Arvados Future Sprints)
Actions