-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to get top levels of a project? #60
Comments
Is there a typo in your questions?
Or I didn't fully get the question. At least
Right now, when writing these lines, I don't remember why a project has a toplevel, as there might be different design in a project with individual toplevels. |
I agree that every
|
This sounds reasonable, I'll modify it. Might need some time, because another Python library needs some fixes first. It's blocking releases on many other things. |
The
TopLevel
attribute is declared in the following classes,Project
,Design
, andFileSet
. How should theproject.TopLevel
be returned? Currently, it just returnsproject.TopLevel
even if it'sNone
. Shouldn't it search down the hierarchy for a value different thanNone
?The text was updated successfully, but these errors were encountered: