Project

General

Profile

Actions

Idea #8838

open

[SDKs] PySDK Collection class lets you iterate files and subcollections separately

Added by Brett Smith about 8 years ago. Updated about 2 months ago.

Status:
New
Priority:
Normal
Assigned To:
-
Category:
SDKs
Target version:
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.

Actions

Also available in: Atom PDF