knossos-project / knossos_utils

Python library for interacting with KNOSSOS data sets and annotation files
GNU General Public License v2.0
9 stars 9 forks source link

KnossosDataset cannot be subclassed #7

Open xeray opened 8 years ago

xeray commented 8 years ago

Methods of KnossosDataset make calls to __init__ eg here. This prevents any useful subclassing and should be removed by any means.