-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganized NamedList code for consistency with Names.
- Default copy() is now a little bit deeper, so that it has similar behavior to that of a list's copy method. - Added a __copy__ method, because that wasn't there before. - Renamed get_data() to as_list(), for consistency with Names. Also removed the set_data() method - just make a new object.
- Loading branch information
Showing
4 changed files
with
140 additions
and
115 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
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
Oops, something went wrong.