Skip to content

Commit

Permalink
Add memoized_method to functools_.__all__
Browse files Browse the repository at this point in the history
  • Loading branch information
wolever committed Aug 18, 2014
1 parent 4a44ca4 commit e3e8373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion unstdlib/standard/functools_.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@


__all__ = [
'memoized', 'memoized_property', 'assert_hashable', 'deprecated',
'memoized', 'memoized_property', 'memoized_method',
'assert_hashable', 'deprecated',
]


Expand Down

0 comments on commit e3e8373

Please sign in to comment.