-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nml): correct detection of anyattributes_
There are two ways of doing this: - check the source in `__init__` as I've done here - create an object of the class to see if it has the attribute I expect the latter is more expensive, so I've used the first method for the moment.
- Loading branch information
1 parent
5dd8527
commit ddb5c7b
Showing
1 changed file
with
38 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters