Added a new cached property decorator - threaded_cached_property, for
authorTin Tvrtkovic <tinchester@gmail.com>
Mon, 19 May 2014 20:30:11 +0000 (22:30 +0200)
committerTin Tvrtkovic <tinchester@gmail.com>
Mon, 19 May 2014 20:30:11 +0000 (22:30 +0200)
commitcc754ae8708cfea663108392953443557f2f815f
treec7bef56708db2b3f2ebdd9bb255b577acf9e9629
parentdcee56c0401854f98e677b53a77bc371b5d0001d
Added a new cached property decorator - threaded_cached_property, for
use in multithreaded environments.
Added tests.
Added Python 3.4 to the list of test environments.
cached_property.py
tests/test_cached_property.py
tests/test_threaded_cached_property.py [new file with mode: 0755]
tox.ini