about summary refs log tree commit diff
path: root/wqflask/base
diff options
context:
space:
mode:
authorzsloan2020-09-16 14:09:46 -0500
committerzsloan2020-09-16 14:09:46 -0500
commit64675d43272625464ef49e657dd9f61d8459e074 (patch)
tree97646e9512c4127b3907edcf5922f6b094e2ad3f /wqflask/base
parent07959c86e235072eaa46974ada5ea9c0432f49e7 (diff)
downloadgenenetwork2-64675d43272625464ef49e657dd9f61d8459e074.tar.gz
Changed se_exists to a property so the SampleList instance can include
that when converted to a dict (which is needed to use it in the
javascript)

* wqflask/wqflask/show_trait/SampleList.py - Directly set se_exists as a
property of SampleList instead of requiring a method be called; I could
have set self.se_exists by calling the se_exists method, but that would
have resulted in the convoluted line "self.se_exists = self.se_exists()"
and the se_exists method only consisted of one line anyways
Diffstat (limited to 'wqflask/base')
0 files changed, 0 insertions, 0 deletions