Actions
Story #8838
open[SDKs] PySDK Collection class lets you iterate files and subcollections separately
Status:
New
Priority:
Normal
Assigned To:
-
Category:
SDKs
Target version:
-
Start date:
03/30/2016
Due date:
% Done:
0%
Estimated time:
Story points:
-
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 about 9 years ago
- Target version set to Arvados Future Sprints
Updated by Ward Vandewege almost 4 years ago
- Target version deleted (
Arvados Future Sprints)
Actions