Skip to content

Commit

Permalink
Yet more functionality in DecFileParser, with tests - take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardo-rodrigues committed Apr 24, 2019
1 parent 55c575b commit 9a7b4df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions decaylanguage/dec/dec.py
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def global_photos_flag(self):
Returns
-------
out: PhotosEnum
out: PhotosEnum, default=PhotosEnum.no
PhotosEnum.yes / PhotosEnum.no if PHOTOS enabled / disabled
"""
return get_global_photos_flag(self._parsed_dec_file)
Expand Down Expand Up @@ -634,7 +634,7 @@ def get_global_photos_flag(parsed_file):
Returns
-------
out: PhotosEnum
out: PhotosEnum, default=PhotosEnum.no
PhotosEnum.yes / PhotosEnum.no if PHOTOS enabled / disabled
"""
if not isinstance(parsed_file, Tree) :
Expand Down

0 comments on commit 9a7b4df

Please sign in to comment.