Updated copyright.
This commit is contained in:
parent
a35c54525d
commit
82ada5fba0
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: iso-8859-1 -*-
|
# -*- coding: iso-8859-1 -*-
|
||||||
# Copyright (C) 2012 Bastian Kleineidam
|
# Copyright (C) 2012-2013 Bastian Kleineidam
|
||||||
|
|
||||||
class memoized (object):
|
class memoized (object):
|
||||||
"""Decorator that caches a function's return value each time it is called.
|
"""Decorator that caches a function's return value each time it is called.
|
||||||
|
|
Loading…
Reference in a new issue